import { Connection } from '../classes/connection'; export interface WMVConnections { [key: string]: Connection; }