export type WeekDay = {
    value: number;
    label: string;
};
