export default interface DVRFILE { filename:string, size:number, b64:string, converted:boolean, processing:boolean|null, date:string }