Files
botAffilate/serverADB/node_modules/zca-js/dist/apis/getReminderResponses.d.ts
T
2026-07-21 08:54:30 +07:00

6 lines
294 B
TypeScript

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>;