feat: add server common API

This commit is contained in:
Tristan Yang
2023-04-06 11:38:59 +08:00
parent cd83292372
commit 2130b3650e
3 changed files with 39 additions and 5 deletions
+4
View File
@@ -6,6 +6,10 @@ export interface Server {
name: string;
description: string;
}
export interface SystemCommon {
show_user_online_status: boolean,
webclient_auto_update: boolean,
}
export interface GithubAuthConfig {
client_id?: string;
client_secret?: string;