UNPKG

n8n-nodes-nextcloud-tables

Version:

Production-Ready n8n Node für Nextcloud Tables - Vollständige API-Abdeckung mit erweiterten Filtern, Multi-Column-Sorting, CSV-Import und professioneller Datenvalidierung

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