export interface IIFoodOrderDineIn {
    deliveryDateTime: string | Date;
}
