summaryrefslogtreecommitdiffstats
path: root/public/src/app/rule-engine/host/host-params.ts
diff options
context:
space:
mode:
Diffstat (limited to 'public/src/app/rule-engine/host/host-params.ts')
-rw-r--r--public/src/app/rule-engine/host/host-params.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/src/app/rule-engine/host/host-params.ts b/public/src/app/rule-engine/host/host-params.ts
new file mode 100644
index 0000000..f204101
--- /dev/null
+++ b/public/src/app/rule-engine/host/host-params.ts
@@ -0,0 +1,8 @@
+export interface HostParams {
+ readonly vfcmtUuid: string;
+ readonly nodeName: string;
+ readonly nodeId: string;
+ readonly fieldName: string;
+ readonly userId: string;
+ readonly flowType: string;
+}