UNPKG

n8n-nodes-chatwork

Version:

Provides n8n nodes to retrieve data from Chatwork API.

7 lines (6 loc) 180 B
import { INodeProperties } from 'n8n-workflow'; export declare enum MyOptionsValue { STATUS = "status", TASKS = "tasks" } export declare const MyProperty: INodeProperties;