diff --git a/src/app/core/services/tenant.interface.ts b/src/app/core/services/tenant.interface.ts index c7866a1..fcc075c 100644 --- a/src/app/core/services/tenant.interface.ts +++ b/src/app/core/services/tenant.interface.ts @@ -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;