fix TS errors from defaultLike
This commit is contained in:
parent
c510cfa312
commit
0ae8d85c3f
3 changed files with 7 additions and 2 deletions
|
|
@ -9259,6 +9259,7 @@ export type operations = {
|
|||
libreTranslateKey: string | null;
|
||||
defaultDarkTheme: string | null;
|
||||
defaultLightTheme: string | null;
|
||||
defaultLike: string;
|
||||
description: string | null;
|
||||
disableRegistration: boolean;
|
||||
impressumUrl: string | null;
|
||||
|
|
@ -12129,7 +12130,7 @@ export type operations = {
|
|||
description?: string | null;
|
||||
defaultLightTheme?: string | null;
|
||||
defaultDarkTheme?: string | null;
|
||||
defaultLike?: string | null;
|
||||
defaultLike?: string;
|
||||
cacheRemoteFiles?: boolean;
|
||||
cacheRemoteSensitiveFiles?: boolean;
|
||||
emailRequiredForSignup?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue