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

    Constraint for a backing flow or action definition. Accepts Flow team's Subflow/Action types.

    type BackingDef = {
        inputs?: any;
        outputs?: any;
        rawOutputs?: Record<string, AnyTypedEntry>;
    }
    Index

    Properties

    inputs?: any
    outputs?: any
    rawOutputs?: Record<string, AnyTypedEntry>