| 19 | |
| 20 | // 路由接口数据 |
| 21 | export interface RouterResType { |
| 22 | updateTime: string | number; |
| 23 | fromCache: boolean; |
| 24 | data: ListItem[]; |
| 25 | message?: string; |
| 26 | } |
| 27 | |
| 28 | // 路由数据 |
| 29 | export interface RouterData extends RouterResType { |
nothing calls this directly
no outgoing calls
no test coverage detected