first commit
This commit is contained in:
7
types/users.d.ts
vendored
Normal file
7
types/users.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export type loginInfoType = {
|
||||
mobile ?: string
|
||||
password ?: string
|
||||
code ?: string
|
||||
tenantId ?: number
|
||||
inviteCode ?: string
|
||||
}
|
||||
Reference in New Issue
Block a user