UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 263 B
/** * Google Contacts Node - Version 1 * Re-exports all discriminator combinations. */ import type { GoogleContactsV1ContactNode } from './resource_contact'; export * from './resource_contact'; export type GoogleContactsV1Node = GoogleContactsV1ContactNode;