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