UNPKG

n8n-nodes-zola-fake

Version:

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

3 lines (2 loc) 205 B
export type AcceptFriendRequestResponse = ""; export declare const acceptFriendRequestFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (userId: string) => Promise<"">;