n8n-nodes-base
Version:
Base nodes of n8n
10 lines (7 loc) • 322 B
text/typescript
/**
* Google Calendar - Calendar Resource
* Re-exports all operation types for this resource.
*/
import type { GoogleCalendarV11CalendarAvailabilityNode } from './operation_availability';
export * from './operation_availability';
export type GoogleCalendarV11CalendarNode = GoogleCalendarV11CalendarAvailabilityNode;