UNPKG

n8n-nodes-zola-fake

Version:

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

3 lines (2 loc) 194 B
export type DisperseGroupResponse = ""; export declare const disperseGroupFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (groupId: string) => Promise<"">;