ping-identity
    Preparing search index...

    Type Alias JourneyCallbackInputValue

    JourneyCallbackInputValue:
        | string
        | number
        | boolean
        | null
        | Record<string, unknown>
        | unknown[]

    Callback input value submitted to next().