export interface MulterFile {
    path: string;
    encoding: string;
    mimetype: string;
    id: string;
    extension: string;
}
