export interface IOrderTakeoutV3 {
    identification?: string;
    mode: 'DEFAULT' | 'PICKUP_AREA';
    preferential: boolean;
    takeoutDateTime: string;
}
