Type alias Unsubscribe

Unsubscribe: {
    unsubscribe: (() => void);
}

Object providing helpers for unsubscribing from a subscription.

Type declaration

  • unsubscribe: (() => void)
      • (): void
      • Returns void