UNPKG

cannoli-interfaces

Version:
5 lines (4 loc) 123 B
export interface IIFoodOrderSchedule { deliveryDateTimeStart: string | Date; deliveryDateTimeEnd: string | Date; }