UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

5 lines 275 B
import type { TFunction } from 'i18next'; import type { Payload } from '../payload'; import type { FileToSave } from './types'; export declare const uploadFiles: (payload: Payload, files: FileToSave[], t: TFunction) => Promise<void>; //# sourceMappingURL=uploadFiles.d.ts.map