blob: 0dad0c0ae501614f286fab006adee648e7fce41d [file] [log] [blame]
import {Level1Instance} from "./level1Instance";
export class NetworkInstance extends Level1Instance{
networkStoreKey : string;
statusMessage?: string;
routeTarget: any;
constructor() {
super();
this.networkStoreKey = null;
}
}