UNPKG

minapp-fetch

Version:
4 lines (3 loc) 172 B
import { IContentGroupParams } from './index'; declare function fetchFindContentGroup(params?: IContentGroupParams): Promise<any>; export default fetchFindContentGroup;