Type alias Unsubscribe

Unsubscribe: UnsubscribeFn & {
    unsubscribe?: (() => void);
}

Type declaration

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

Generated using TypeDoc