Add custom domains (#314)

This commit is contained in:
Riccardo Graziosi
2024-03-24 12:54:02 +01:00
committed by GitHub
parent d47c70f576
commit d17b45c5c4
31 changed files with 221 additions and 39 deletions

View File

@@ -4,6 +4,7 @@ interface ITenantJSON {
site_logo: string;
brand_display_setting: string;
locale: string;
custom_domain?: string;
}
export default ITenantJSON;