UNPKG

@bedrijfsdatanl/n8n-nodes-bedrijfsdata

Version:

n8n node for Bedrijfsdata.nl API - Search and retrieve Dutch company information

10 lines (9 loc) 363 B
import { INodeType, INodeTypeDescription, ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare class Bedrijfsdata implements INodeType { description: INodeTypeDescription; methods: { listSearch: { getCities(this: ILoadOptionsFunctions, query?: string): Promise<INodeListSearchResult>; }; }; }