summaryrefslogtreecommitdiffstats
path: root/public/src/app/rule-engine/host/host-params.ts
blob: f2041018ef3619b158e4210e0beb46d153bffc29 (plain)
1
2
3
4
5
6
7
8
export interface HostParams {
  readonly vfcmtUuid: string;
  readonly nodeName: string;
  readonly nodeId: string;
  readonly fieldName: string;
  readonly userId: string;
  readonly flowType: string;
}