UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

4 lines 389 B
import type { IExecuteFunctions, IDataObject } from 'n8n-workflow'; import type { QueryScope } from '../helpers/interfaces'; export declare function theHiveApiQuery(this: IExecuteFunctions, scope: QueryScope, filters?: IDataObject[], sortFields?: IDataObject[], limit?: number, returnCount?: boolean, extraData?: string[]): Promise<IDataObject[]>; //# sourceMappingURL=queryHelper.d.ts.map