export interface IUploadRequest { fileName: string; type: string; data: string; }