Add base settings management to Settings page
This commit is contained in:
10
src/global.d.ts
vendored
10
src/global.d.ts
vendored
@@ -318,6 +318,16 @@ interface AvatarBase64Vo {
|
||||
base64: string
|
||||
}
|
||||
|
||||
interface BaseSettingsVo {
|
||||
appName?: string
|
||||
appUrl?: string
|
||||
}
|
||||
|
||||
interface BaseSettingsParam {
|
||||
appName: string
|
||||
appUrl: string
|
||||
}
|
||||
|
||||
interface MailSettingsVo {
|
||||
host?: string
|
||||
port?: number
|
||||
|
||||
Reference in New Issue
Block a user