Sporades SDK API
    Preparing search index...

    Type Alias JourneySubscription

    A Journey listener lifetime owned by the subscribing page.

    type JourneySubscription = {
        unsubscribe(): void;
    }
    Index