UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 222 B
/** * Strapi Node - Version 1 * Re-exports all discriminator combinations. */ import type { StrapiV1EntryNode } from './resource_entry'; export * from './resource_entry'; export type StrapiV1Node = StrapiV1EntryNode;