UNPKG

@brightdata/n8n-nodes-brightdata

Version:
4 lines (3 loc) 593 B
import type { IExecuteFunctions, IHookFunctions, IDataObject, ILoadOptionsFunctions, IHttpRequestMethods, INodeExecutionData, IExecuteSingleFunctions, IN8nHttpFullResponse } from 'n8n-workflow'; export declare function brightdataApiRequest(this: IHookFunctions | IExecuteFunctions | ILoadOptionsFunctions, method: IHttpRequestMethods, endpoint: string, body: object, query?: IDataObject, option?: IDataObject): Promise<any>; export declare function sendErrorPostReceive(this: IExecuteSingleFunctions, data: INodeExecutionData[], response: IN8nHttpFullResponse): Promise<INodeExecutionData[]>;