export interface ITimeOptions { label: string; items: { label: string; id: number; value: string; year?: number | string}[]; }