Merge branch 'develop' into hazelnoot/following-timeline
This commit is contained in:
commit
705ae79eb1
23 changed files with 132 additions and 29 deletions
|
|
@ -5207,6 +5207,7 @@ export type operations = {
|
|||
infoImageUrl: string | null;
|
||||
notFoundImageUrl: string | null;
|
||||
iconUrl: string | null;
|
||||
sidebarLogoUrl: string | null;
|
||||
app192IconUrl: string | null;
|
||||
app512IconUrl: string | null;
|
||||
enableEmail: boolean;
|
||||
|
|
@ -9720,6 +9721,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