Files
dajiankang-uniapp/types/users.d.ts
PC-202306242200\Administrator 1c24452b6c first commit
2026-03-28 23:10:55 +08:00

8 lines
128 B
TypeScript

export type loginInfoType = {
mobile ?: string
password ?: string
code ?: string
tenantId ?: number
inviteCode ?: string
}