Merge "Web Client context menu item display"
[ccsdk/features.git] / sdnr / wt / odlux / apps / connectApp / src / models / guiCutTrough.ts
index d44eea6..0fd46a8 100644 (file)
@@ -16,4 +16,7 @@
  * ============LICENSE_END==========================================================================
  */
 
-export type guiCutThrough = { webUri?: string, nodeId: string }
\ No newline at end of file
+export type guiCutThrough = {
+  id: string;
+  weburi?: string;
+};
\ No newline at end of file