UNPKG

mobyo-interfaces

Version:
7 lines (6 loc) 159 B
export interface IOrderTakeoutV3 { identification?: string; mode: 'DEFAULT' | 'PICKUP_AREA'; preferential: boolean; takeoutDateTime: string; }