@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias FlowBodyParams<I, V>

    type FlowBodyParams<I, V> = {
        flowVariables: V;
        trigger: I;
    }

    Type Parameters

    • I
    • V
    Index

    Properties

    flowVariables: V
    trigger: I