UNPKG

cecon-interfaces

Version:
12 lines (11 loc) 217 B
export interface IMenuScheduleV2 { fri: boolean; mon: boolean; sat: boolean; sun: boolean; thu: boolean; tue: boolean; wed: boolean; startAt: string | Date; endAt: string | Date; }