swipe extra with group of extra & don't show the global extra if we have variants

This commit is contained in:
2025-11-12 23:35:56 +03:00
parent 17b2f18957
commit c60c562613
2 changed files with 35 additions and 21 deletions

View File

@@ -489,11 +489,29 @@ export interface RestaurantDetails {
contact_number: string;
menu_url: string;
taxes: Tax[];
minimum: string;
instagram: string;
whatsapp_phone: string;
global_currency: string;
local_currency: string;
is_hotel: number;
primary_color: string;
TimeZone: string;
is_schedule_order_enabled: number;
is_call_waiter_enabled: number;
pickup_type: string;
menu_background: string;
email: string;
prepaid_percentage: number;
enable_apple_passkey: number;
map_url: string;
use_googlemaps_url: number;
self_deliver: number;
subdomain: string;
openingTime: string;
closingTime: string;
isOpened: boolean;
isFav: boolean;
is_schedule_order_enabled: number;
}
export interface Banner {