UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 319 B
/** * Google Calendar - Calendar Resource * Re-exports all operation types for this resource. */ import type { GoogleCalendarV1CalendarAvailabilityNode } from './operation_availability'; export * from './operation_availability'; export type GoogleCalendarV1CalendarNode = GoogleCalendarV1CalendarAvailabilityNode;