export interface File { originalname: string; mimetype: string; buffer: string | Buffer; }