UNPKG

minapp-fetch

Version:
6 lines (5 loc) 153 B
declare function fetchCreateSuperGroup(params: { name: string; children?: number[]; }): Promise<any>; export default fetchCreateSuperGroup;