UNPKG

n8n-nodes-nextcloud-deck

Version:

n8n Node für die Integration mit Nextcloud Deck - AI Agent Tool Support

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