update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
export type RemoveUserFromGroupResponse = {
|
||||
errorMembers: string[];
|
||||
};
|
||||
export declare const removeUserFromGroupFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (memberId: string | string[], groupId: string) => Promise<RemoveUserFromGroupResponse>;
|
||||
Reference in New Issue
Block a user