import type { AllEntities, Entity } from 'n8n-workflow'; type PostgresMap = { database: 'deleteTable' | 'executeQuery' | 'insert' | 'select' | 'update' | 'upsert'; }; export type PostgresType = AllEntities; export type PostgresDatabaseType = Entity; export {}; //# sourceMappingURL=node.type.d.ts.map