add class pk
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-01-03 21:52:09 +08:00
parent 577538f689
commit 078e643987
7 changed files with 729 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ export interface User {
is_disabled: boolean
password?: string
raw_password?: string
class_name?: string | null
}
export type LANGUAGE =