UNPKG

minapp-fetch

Version:
4 lines (3 loc) 180 B
import { ICategoryParams } from './index'; declare function fetchFindCategory(contentGroupID: number, params?: ICategoryParams): Promise<any>; export default fetchFindCategory;