mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
9 lines
161 B
TypeScript
9 lines
161 B
TypeScript
interface ITenantJSON {
|
|
id: number;
|
|
site_name: string;
|
|
site_logo: string;
|
|
brand_display_setting: string;
|
|
locale: string;
|
|
}
|
|
|
|
export default ITenantJSON; |