Type alias FlowWaitEventInputParameter

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

Type declaration