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