tenant/onticket #8

Merged
ncoronel merged 42 commits from tenant/onticket into homologacion 2026-09-23 18:43:51 +00:00
2 changed files with 4 additions and 32 deletions
Showing only changes of commit 2f98fd6234 - Show all commits

View File

@@ -122,6 +122,7 @@ export interface Tenant {
header_bg_image?: string | null;
footer_bg_image?: string | null;
storefront_website_type_code?: string | null;
header_type?: 'standard' | 'immersive';
event_date_text?: string | null;
extras?: WebsiteExtras;
event?: TenantEvent | null;