export interface IUploadFileDTO { key: string; type: string; content: Blob; }