Type alias FlowActionCallInputParameter

FlowActionCallInputParameter: FlowBaseElement & {
    name: string;
    value?: FlowElementReferenceOrValue | null;
}

Type declaration