| | |
| | | url: string |
| | | } |
| | | |
| | | export type RadarData = { |
| | | personal: number |
| | | team: number |
| | | max: number |
| | | name: string |
| | | } |
| | | export type AnalysisTotalTypes = { |
| | | users: number |
| | | messages: number |
| | | moneys: number |
| | | shoppings: number |
| | | } |
| | | |
| | | export type UserAccessSource = { |
| | | value: number |
| | | name: string |
| | | } |
| | | |
| | | export type WeeklyUserActivity = { |
| | | value: number |
| | | name: string |
| | | } |
| | | |
| | | export type MonthlySales = { |
| | | name: string |
| | | estimate: number |
| | | actual: number |
| | | export type Apps = { |
| | | id: number |
| | | appCode: string |
| | | appName: string |
| | | appDomain: string |
| | | apiDomain: string |
| | | appKey: string |
| | | appSecret: string |
| | | appGroup: string |
| | | loadType: string |
| | | icon: string |
| | | orderNum: number |
| | | status: number |
| | | devId: string |
| | | devName: string |
| | | remark: string |
| | | createTime: Date |
| | | appType: number |
| | | appMenuId: number |
| | | } |