Interface SubscriptionOptions

interface SubscriptionOptions {
    signal?: AbortSignal;
}

Properties

Properties

signal?: AbortSignal