UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

9 lines 276 B
import type { Request } from 'express'; import type { File, FileData } from './types'; type Args = { data: FileData; req: Request; }; export declare const getExternalFile: ({ data, req }: Args) => Promise<File>; export {}; //# sourceMappingURL=getExternalFile.d.ts.map