UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

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