UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

4 lines 337 B
import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export * from './../../Google/Sheet/v2/methods/listSearch'; export declare function dataTableSearch(this: ILoadOptionsFunctions, filterString?: string, prevPaginationToken?: string): Promise<INodeListSearchResult>; //# sourceMappingURL=listSearch.d.ts.map