UNPKG

n8n-nodes-chatwork

Version:

Provides n8n nodes to retrieve data from Chatwork API.

9 lines (8 loc) 226 B
import { INodeProperties } from 'n8n-workflow'; export declare enum ResourceOptionsValue { ME = "me", MY = "my", CONTACTS = "contacts", ROOMS = "rooms" } export declare const ResourceProperty: INodeProperties;