n8n-nodes-base
Version:
Base nodes of n8n
6 lines • 324 B
TypeScript
import type { IBinaryData, IDataObject } from 'n8n-workflow';
/**
* Returns a response body for a binary data and sets the content-type header.
*/
export declare const getBinaryResponse: (binaryData: IBinaryData, headers: IDataObject) => object | IDataObject | Buffer<ArrayBufferLike>;
//# sourceMappingURL=binary.d.ts.map