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