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