@kaia-team/n8n-nodes-kaia
Version:
n8n nodes for Kaia LLM integration
12 lines • 579 B
TypeScript
import { INodeProperties, IExecuteFunctions, IDataObject, INodeExecutionData } from 'n8n-workflow';
/**
* System Webhook API Properties
* Properties specific to the systemWebhook API resource
*/
export declare const systemWebhookApiProperties: INodeProperties[];
/**
* System Webhook API Handler
* Handles requests to the systemWebhook API
*/
export declare function handleSystemWebhook(executeFunctions: IExecuteFunctions, itemIndex: number, adminUrl: string, adminToken: string): Promise<IDataObject | INodeExecutionData[]>;
//# sourceMappingURL=systemWebhookApi.d.ts.map