Sporades SDK API
    Preparing search index...

    Type Alias JourneyEnableOptions

    Page-runtime consent options. Enabling does not create a Journey session.

    type JourneyEnableOptions = {
        capture?: JourneyCapture;
    }
    Index
    capture?: JourneyCapture