UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

4 lines 421 B
import { type ICredentialDataDecryptedObject, type IDataObject, type IWebhookFunctions, type IWebhookResponseData } from 'n8n-workflow'; import { type IEvent } from '../IEvent'; export declare const downloadFile: (webhookFunctions: IWebhookFunctions, credentials: ICredentialDataDecryptedObject, bodyData: IEvent, additionalFields: IDataObject) => Promise<IWebhookResponseData>; //# sourceMappingURL=triggerUtils.d.ts.map