mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add Site settings > General (#133)
This commit is contained in:
committed by
GitHub
parent
bdc4004e4a
commit
35831b9801
9
app/javascript/interfaces/json/ITenant.ts
Normal file
9
app/javascript/interfaces/json/ITenant.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
interface ITenantJSON {
|
||||
id: number;
|
||||
site_name: string;
|
||||
site_logo: string;
|
||||
brand_display_setting: string;
|
||||
locale: string;
|
||||
}
|
||||
|
||||
export default ITenantJSON;
|
||||
Reference in New Issue
Block a user