UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines 397 B
import type { AllEntities } from 'n8n-workflow'; type NodeMap = { alert: 'getReport' | 'getMetrics'; report: 'create' | 'deleteReport' | 'get' | 'getAll'; search: 'create' | 'deleteJob' | 'get' | 'getAll' | 'getResult'; user: 'create' | 'deleteUser' | 'get' | 'getAll' | 'update'; }; export type SplunkType = AllEntities<NodeMap>; export {}; //# sourceMappingURL=node.type.d.ts.map