backend configuring
This commit is contained in:
parent
7aa956aca9
commit
1af6f8c5da
8 changed files with 36 additions and 0 deletions
|
|
@ -5191,6 +5191,7 @@ export type operations = {
|
|||
infoImageUrl: string | null;
|
||||
notFoundImageUrl: string | null;
|
||||
iconUrl: string | null;
|
||||
sidebarLogoUrl: string | null;
|
||||
app192IconUrl: string | null;
|
||||
app512IconUrl: string | null;
|
||||
enableEmail: boolean;
|
||||
|
|
@ -9704,6 +9705,7 @@ export type operations = {
|
|||
infoImageUrl?: string | null;
|
||||
notFoundImageUrl?: string | null;
|
||||
iconUrl?: string | null;
|
||||
sidebarLogoUrl?: string | null;
|
||||
app192IconUrl?: string | null;
|
||||
app512IconUrl?: string | null;
|
||||
backgroundImageUrl?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue