UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

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