Optimize code
This commit is contained in:
5
src/global.d.ts
vendored
5
src/global.d.ts
vendored
@@ -199,6 +199,7 @@ interface UserAddEditParam {
|
||||
id?: string
|
||||
username: string
|
||||
password?: string
|
||||
verified: boolean
|
||||
locking?: boolean
|
||||
expiration?: string
|
||||
credentialsExpiration?: string
|
||||
@@ -413,6 +414,10 @@ interface ActiveInfoVo {
|
||||
time: string
|
||||
count: number
|
||||
}[]
|
||||
verifyHistory: {
|
||||
time: string
|
||||
count: number
|
||||
}[]
|
||||
}
|
||||
|
||||
interface ActiveInfoGetParam {
|
||||
|
||||
Reference in New Issue
Block a user