Add active information management to statistic
This commit is contained in:
15
src/global.d.ts
vendored
15
src/global.d.ts
vendored
@@ -389,3 +389,18 @@ interface OnlineInfoVo {
|
||||
interface OnlineInfoGetParam {
|
||||
scope: string
|
||||
}
|
||||
|
||||
interface ActiveInfoVo {
|
||||
registerHistory: {
|
||||
time: string
|
||||
count: number
|
||||
}[]
|
||||
loginHistory: {
|
||||
time: string
|
||||
count: number
|
||||
}[]
|
||||
}
|
||||
|
||||
interface ActiveInfoGetParam {
|
||||
scope: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user