Chartbreaker
    Preparing search index...

    Interface SubscriptionLike

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

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Methods

    Properties

    closed: boolean

    Methods