table.d.ts 117 B

12
  1. import { ObjTy } from '~/common';
  2. export declare function getList(params: ObjTy): import("axios").AxiosPromise<any>;