/** * Represents a timestamp that may be stored or transmitted * in multiple formats. */ export type Timestamp = number | string | Date;