export type DateTimeSelectEvent = { from?: string; to?: string; time: string; }; export type DateTimeDateChangeEvent = string | Omit;