Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdc
/
767b122ea026099e17a2ffde30e6718d2abf150f
/
.
/
catalog-ui
/
src
/
app
/
models
/
gab-config.ts
blob: 85547189b72e0eecc037f50318e656bb2252c27d [
file
] [
log
] [
blame
]
import
{
PathsAndNamesDefinition
}
from
"./paths-and-names"
;
export
class
GabConfig
{
constructor
(
public
artifactType
:
string
,
public
pathsAndNamesDefinitions
:
PathsAndNamesDefinition
[])
{
}
}