type DateInput = string | number | Date; type DatePrecision = 'hour' | 'minute' | 'second' | 'millisecond'; export type { DateInput, DatePrecision };