UNPKG

n8n-nodes-straico-official

Version:
13 lines (12 loc) 526 B
import { INodeType, INodeTypeDescription } from 'n8n-workflow'; import { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; import { IExecuteFunctions } from 'n8n-workflow'; export declare class StraicoOfficial implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getModels(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; }; }; execute(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[][]>; }