UNPKG

n8n-nodes-clint

Version:

Custom Clint CRM nodes for n8n

19 lines (18 loc) 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ClintApi = void 0; class ClintApi { constructor() { this.name = 'clintApi'; this.displayName = 'Clint API Token'; this.properties = [ { displayName: 'API Token', name: 'apiToken', type: 'string', default: '', }, ]; } } exports.ClintApi = ClintApi;