UNPKG

n8n-nodes-zola-fake

Version:

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

3 lines (2 loc) 183 B
export type LockPollResponse = ""; export declare const lockPollFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (pollId: number) => Promise<"">;