UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 214 B
/** * NocoDB Node - Version 1 * Re-exports all discriminator combinations. */ import type { NocoDbV1RowNode } from './resource_row'; export * from './resource_row'; export type NocoDbV1Node = NocoDbV1RowNode;