UNPKG

n8n-nodes-chatwork

Version:

Provides n8n nodes to retrieve data from Chatwork API.

6 lines (5 loc) 175 B
import { INodeProperties } from 'n8n-workflow'; export declare enum ContactOptionsValue { GET_ALL = "getContacts" } export declare const ContactProperty: INodeProperties;