Remix
Remix
remix/data-table · TypeView Source

TimestampConfig

Summary

Resolved timestamp column names for a table.

Signature

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