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