UNPKG

minapp-fetch

Version:
4 lines (3 loc) 163 B
import { IGetTableListParams } from './index'; declare function fetchGetTableList(params: IGetTableListParams): Promise<any>; export default fetchGetTableList;