UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

3 lines 238 B
import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare function getDatabases(this: ILoadOptionsFunctions, filter?: string): Promise<INodeListSearchResult>; //# sourceMappingURL=listSearch.d.ts.map