This commit is contained in:
2025-08-30 15:04:24 +08:00
parent 9dfb53889f
commit eaa11b2d33
2 changed files with 4 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ export interface User {
open_api: boolean
is_disabled: boolean
password?: string
raw_password?: string
}
export type LANGUAGE =