export default interface VM { url : string; id : string; displayName : string; thumbnail : HTMLImageElement; }