UNPKG

minapp-fetch

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