export interface HostParams { readonly vfcmtUuid: string; readonly nodeName: string; readonly nodeId: string; readonly fieldName: string; readonly userId: string; readonly flowType: string; }