Add Site settings > General (#133)

This commit is contained in:
Riccardo Graziosi
2022-07-18 10:47:54 +02:00
committed by GitHub
parent bdc4004e4a
commit 35831b9801
99 changed files with 2405 additions and 281 deletions

View File

@@ -0,0 +1,9 @@
interface ITenantJSON {
id: number;
site_name: string;
site_logo: string;
brand_display_setting: string;
locale: string;
}
export default ITenantJSON;