UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

7 lines 232 B
import type { AllEntities } from 'n8n-workflow'; type NodeMap = { item: 'create' | 'deleteItem' | 'get' | 'getAll' | 'update'; }; export type WebflowType = AllEntities<NodeMap>; export {}; //# sourceMappingURL=node.type.d.ts.map