UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

4 lines 278 B
import type { IDisplayOptions, INodeProperties } from 'n8n-workflow'; export declare const text: (displayOptions: IDisplayOptions) => INodeProperties[]; export declare const blocks: (resource: string, operation: string) => INodeProperties[]; //# sourceMappingURL=Blocks.d.ts.map