Interface Subscription

interface Subscription {
    closed: boolean;
    unsubscribe(): void;
}

Properties

Methods

Properties

closed: boolean

Methods

""