1 2 3 4 5
import {VfcInstanceGroup} from "./vfcInstanceGroup"; export class VfcInstanceGroupMap { [id: string] : VfcInstanceGroup; }