UNPKG

n8n-nodes-zola-fake

Version:

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

5 lines (4 loc) 230 B
export type GetQRResponse = { [userId: string]: string; }; export declare const getQRFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (userId: string | string[]) => Promise<GetQRResponse>;