@izzai/n8n-nodes-izzone
Version:
n8n custom node for izz.ONE
14 lines (13 loc) • 413 B
TypeScript
import type { ILoadOptionsFunctions } from 'n8n-workflow';
export declare function getLlms(this: ILoadOptionsFunctions): Promise<{
name: string;
value: string;
}[]>;
export declare function getAgents(this: ILoadOptionsFunctions): Promise<{
name: string;
value: string;
}[]>;
export declare function getDatasources(this: ILoadOptionsFunctions): Promise<{
name: string;
value: string;
}[]>;