summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/connectApp/src/models/networkElementBase.ts
blob: 85390bef96f866106d6c705f60b40af6e65e41ff (plain)
1
2
3
4
5
export type NetworkElementBaseType = {
  mountId: string,
  host: string,
  port: number,
}