UNPKG

n8n-nodes-zola-fake

Version:

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

9 lines (8 loc) 318 B
export type GetAliasListResponse = { items: { userId: string; alias: string; }[]; updateTime: string; }; export declare const getAliasListFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (count?: number, page?: number) => Promise<GetAliasListResponse>;