Type alias UnsubscribeHandle

UnsubscribeHandle: (() => void)

Type declaration

    • (): void
    • The resulting type of a subscription to a node. Can be used to cancel the subscription.

      Returns void

Generated using TypeDoc