feat(tenant): add header_type property to Tenant interface
This commit is contained in:
@@ -122,6 +122,7 @@ export interface Tenant {
|
|||||||
header_bg_image?: string | null;
|
header_bg_image?: string | null;
|
||||||
footer_bg_image?: string | null;
|
footer_bg_image?: string | null;
|
||||||
storefront_website_type_code?: string | null;
|
storefront_website_type_code?: string | null;
|
||||||
|
header_type?: 'standard' | 'immersive';
|
||||||
event_date_text?: string | null;
|
event_date_text?: string | null;
|
||||||
extras?: WebsiteExtras;
|
extras?: WebsiteExtras;
|
||||||
event?: TenantEvent | null;
|
event?: TenantEvent | null;
|
||||||
|
|||||||
Reference in New Issue
Block a user