@grabjs/superapp-sdk
    Preparing search index...

    Type Alias Subscription

    Subscription: Readonly<
        { isUnsubscribed: () => boolean; unsubscribe: () => unknown },
    >

    Controls an active stream subscription. Call unsubscribe() to stop receiving data.

    Returned by subscribe(). Use unsubscribe() to terminate the stream early. Use isUnsubscribed() to check if already terminated.