payload
Version:
Node, React, Headless CMS and Application Framework built on Next.js
9 lines • 386 B
TypeScript
import type { FetchAPIFileUploadOptions } from '../../config/types.js';
import type { FetchAPIFileUploadResponse } from './index.js';
type ProcessMultipart = (args: {
options: FetchAPIFileUploadOptions;
request: Request;
}) => Promise<FetchAPIFileUploadResponse>;
export declare const processMultipart: ProcessMultipart;
export {};
//# sourceMappingURL=processMultipart.d.ts.map