UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

4 lines 319 B
import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare function schemaSearch(this: ILoadOptionsFunctions): Promise<INodeListSearchResult>; export declare function tableSearch(this: ILoadOptionsFunctions): Promise<INodeListSearchResult>; //# sourceMappingURL=listSearch.d.ts.map