TimestampConfig

View Source

Summary

Resolved timestamp column names for a table.

Signature

type TimestampConfig = {
  createdAt: string;
  updatedAt: string;
};