UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 214 B
/** * Bitly Node - Version 1 * Re-exports all discriminator combinations. */ import type { BitlyV1LinkNode } from './resource_link'; export * from './resource_link'; export type BitlyV1Node = BitlyV1LinkNode;