export type DayLiteUnits = 'millisecond' | 'second' | 'minute' | 'hour' | 'day' | 'week' | 'weekday' | 'month' | 'year';
