import {Metroline} from './MetroLine' export class StationEdgeInfo { get Count() { return this.Metrolines.length } Width = 0 Metrolines: Array = new Array() cachedBundleCost = 0 }