Linux Foundation Collaborative Projects
index
:
ccsdk/features
casablanca
dublin
elalto
elalto-ed
elalto-fluorine
frankfurt
guilin
honolulu
istanbul
jakarta
kohn
london
master
montreal
newdelhi
oslo
CCSDK Karaf features
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
,
}