UNPKG

n8n-nodes-zola-fake

Version:

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

3 lines (2 loc) 203 B
export type UndoFriendRequestResponse = ""; export declare const undoFriendRequestFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (friendId: string) => Promise<"">;