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 { GoogleCalendarV12CalendarAvailabilityNode } from './operation_availability';
export * from './operation_availability';
export type GoogleCalendarV12CalendarNode = GoogleCalendarV12CalendarAvailabilityNode;