3 lines
225 B
TypeScript
3 lines
225 B
TypeScript
export type AddGroupDeputyResponse = "";
|
|
export declare const addGroupDeputyFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (memberId: string | string[], groupId: string) => Promise<"">;
|