UNPKG

n8n-nodes-mtai-zalo-test-trial

Version:

Các node hỗ trợ Zalo cho n8n

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