feat: add favicon, logo and Update the platform name (only available to the superuser) and company names
This commit is contained in:
@@ -13,6 +13,8 @@ export interface Organization {
|
||||
id: string;
|
||||
name: string;
|
||||
logo_url?: string;
|
||||
favicon_url?: string;
|
||||
platform_name?: string;
|
||||
primary_color?: string;
|
||||
secondary_color?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user