UNPKG

n8n-nodes-zola-fake

Version:

Các node hỗ trợ Zalo cho n8n Thong

6 lines (5 loc) 294 B
export type GetReminderResponsesResponse = { rejectMember: string[]; acceptMember: string[]; }; export declare const getReminderResponsesFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (reminderId: string) => Promise<GetReminderResponsesResponse>;