blob: 7ee3888c13adbc9c5a9bdebd7fec7d8f8452602f [file] [log] [blame]
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +03001import {VfcInstanceGroup} from "./vfcInstanceGroup";
2
3export class VfcInstanceGroupMap {
4 [id: string] : VfcInstanceGroup;
5}