UNPKG

n8n-nodes-nextcloud-calendar

Version:

n8n Node für die Integration mit Nextcloud Calendar

8 lines (7 loc) 246 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class NextcloudCalendarApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }