feat(tenant): expose timezone in storefront model
This commit is contained in:
@@ -117,6 +117,7 @@ export interface Tenant {
|
|||||||
nombre: string;
|
nombre: string;
|
||||||
dominio: string;
|
dominio: string;
|
||||||
base_path?: string;
|
base_path?: string;
|
||||||
|
timezone?: string;
|
||||||
site_title?: string | null;
|
site_title?: string | null;
|
||||||
asset_url?: string | null;
|
asset_url?: string | null;
|
||||||
address?: string | null;
|
address?: string | null;
|
||||||
|
|||||||
Reference in New Issue
Block a user