You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
IOReportMgt/IOReportSysMP/miniprogram/api/index.d.ts

13 lines
241 B

4 years ago
// declare namespace API {
// interface TableInfo<T> {
// total: number
// rows: Array<T>
// code: number
// msg: string
// }
// interface Result<T> {
// msg: string,
// data: T,
// code: number,
// }
// }