UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

11 lines 532 B
import { type IExecuteFunctions, type ILoadOptionsFunctions, type INodeExecutionData, type INodePropertyOptions, type INodeType, type INodeTypeDescription } from 'n8n-workflow'; export declare class ProfitWell implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getPlanIds(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; }; }; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=ProfitWell.node.d.ts.map