3 lines
214 B
TypeScript
3 lines
214 B
TypeScript
export type UpgradeGroupToCommunityResponse = "";
|
|
export declare const upgradeGroupToCommunityFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (groupId: string) => Promise<"">;
|