UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

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