export interface DateSegments { splitDate: string[]; year: string; month: string; day: string; }