UNPKG

mobyo-interfaces

Version:
8 lines (7 loc) 166 B
export interface IOrderIndoorV3 { deliveryDateTime: Date; mode: 'DEFAULT' | 'TABLE' | 'TAB'; preferential: boolean; table: string; tab: string; }