export type IDatePrecision = 'year' | 'month' | 'day' | 'hour' | 'minute' | 'second';
