import { UppyFile } from '@uppy/core';
export type UppyFileType = UppyFile<Record<string, unknown>, Record<string, unknown>>;
