feat(tenant): add header_type property to Tenant interface

This commit is contained in:
2026-09-17 16:02:21 -03:00
parent de5c533d85
commit 2f98fd6234

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;