/** * Represents an object that is passed to the file uploader. * */ export interface UploadFile { file: File fileName: string }