UNPKG

n8n-nodes-chatwork

Version:

Provides n8n nodes to retrieve data from Chatwork API.

12 lines (11 loc) 307 B
import { ICredentialType, NodePropertyTypes } from 'n8n-workflow'; export declare class Chatwork implements ICredentialType { displayName: string; name: string; properties: { displayName: string; name: string; type: NodePropertyTypes; default: string; }[]; }