wip: coding
This commit is contained in:
7
src/api-types/user.ts
Normal file
7
src/api-types/user.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface IUserModel {
|
||||
user_name: string
|
||||
password: string
|
||||
check_password: string
|
||||
is_admin: number
|
||||
code: string | number
|
||||
}
|
||||
Reference in New Issue
Block a user