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