UNPKG

n8n-nodes-zola-fake

Version:

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

9 lines (8 loc) 255 B
import { ICredentialType, INodeProperties, Icon } from 'n8n-workflow'; export declare class ZaloApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; icon: Icon; properties: INodeProperties[]; }