UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

12 lines 575 B
import type { IExecuteFunctions, INodeType, INodeTypeBaseDescription, INodeTypeDescription } from 'n8n-workflow'; import { credentialTest, loadOptions } from './v1/methods'; export declare class BambooHr implements INodeType { description: INodeTypeDescription; constructor(baseDescription: INodeTypeBaseDescription); methods: { loadOptions: typeof loadOptions; credentialTest: typeof credentialTest; }; execute(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[][]>; } //# sourceMappingURL=BambooHr.node.d.ts.map