export interface IFile {
    mimetype: string;
    size: number;
}
