summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/networkMapApp/src/model/count.ts
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-08-31 12:49:34 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-31 12:49:34 +0000
commita4ceb7aa23cab5d291d0784095492b001709981f (patch)
tree25e7c23ef3acc6c201c0d784ea658c155cec2a64 /sdnr/wt/odlux/apps/networkMapApp/src/model/count.ts
parentb9aba01d54fa0f20c87dcac0f1aaa51bd8128652 (diff)
parent7058ffa19dde75c14eb89270c1a57926c0bce4cc (diff)
Merge "Add networkMap"
Diffstat (limited to 'sdnr/wt/odlux/apps/networkMapApp/src/model/count.ts')
-rw-r--r--sdnr/wt/odlux/apps/networkMapApp/src/model/count.ts19
1 files changed, 19 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/apps/networkMapApp/src/model/count.ts b/sdnr/wt/odlux/apps/networkMapApp/src/model/count.ts
new file mode 100644
index 000000000..726e2ff76
--- /dev/null
+++ b/sdnr/wt/odlux/apps/networkMapApp/src/model/count.ts
@@ -0,0 +1,19 @@
+/**
+ * ============LICENSE_START========================================================================
+ * ONAP : ccsdk feature sdnr wt odlux
+ * =================================================================================================
+ * Copyright (C) 2020 highstreet technologies GmbH Intellectual Property. All rights reserved.
+ * =================================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+ * in compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
+ * ============LICENSE_END==========================================================================
+ */
+
+export type elementCount ={sites: string, links: string} \ No newline at end of file