UNPKG

n8n-nodes-thang-zalo-app

Version:

Các node udng2 để hỗ trợ người dùng zalo

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