ping-identity
    Preparing search index...

    Type Alias JourneyCallbackType

    JourneyCallbackType:
        | Exclude<JourneyInstance, "RedirectCallback">
        | JourneyInstance

    Callback type union used by Journey types.

    Includes known SDK callback literals and declared native-extension callback literals used by React Native Journey integrations.