UNPKG

n8n-nodes-nextcloud-deck

Version:

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

22 lines (21 loc) 1.03 kB
import { IExecuteFunctions, IDataObject } from 'n8n-workflow'; export declare const getResourceId: (resourceParam: unknown) => number; export declare const getResourceString: (resourceParam: unknown) => string; export declare class BoardHandler { static execute(this: IExecuteFunctions, operation: string, i: number): Promise<IDataObject>; } export declare class StackHandler { static execute(this: IExecuteFunctions, operation: string, i: number): Promise<IDataObject>; } export declare class CardHandler { static execute(this: IExecuteFunctions, operation: string, i: number): Promise<IDataObject>; } export declare class LabelHandler { static execute(this: IExecuteFunctions, operation: string, i: number): Promise<IDataObject>; } export declare class CommentHandler { static execute(this: IExecuteFunctions, operation: string, i: number): Promise<IDataObject>; } export declare class AttachmentHandler { static execute(this: IExecuteFunctions, operation: string, i: number): Promise<IDataObject>; }