remix/data-table · TypeView Source
TimestampOptions
Summary
Timestamp configuration accepted by table.
Signature
type TimestampOptions = boolean | { createdAt?: string; updatedAt?: string };
Timestamp configuration accepted by table.
type TimestampOptions = boolean | { createdAt?: string; updatedAt?: string };