UNPKG

@apify/n8n-nodes-apify

Version:
5 lines (4 loc) 190 B
import { INodeType } from 'n8n-workflow'; type IMethodModule = INodeType['methods']; export declare function aggregateNodeMethods(modules: IMethodModule[]): INodeType['methods']; export {};