import type { AllEntities } from 'n8n-workflow'; type NodeMap = { record: 'create' | 'upsert' | 'deleteRecord' | 'get' | 'search' | 'update'; base: 'getMany' | 'getSchema'; table: 'create'; }; export type AirtableType = AllEntities; export {}; //# sourceMappingURL=node.type.d.ts.map