Update generated documentation authored by Mateusz Tyszczak's avatar Mateusz Tyszczak
[@hiveio/workerbee v1.27.6-rc9-stable.250129105732](../globals) / Observer
[@hiveio/workerbee](../globals) / Observer
# Interface: Observer\<T\>
......@@ -26,7 +26,7 @@ if the consumer has unsubscribed.
#### Defined in
[src/types/subscribable.ts:26](https://gitlab.syncad.com/hive/workerbee/-/blob/c86a48da91e9edabfae917e1bf4069da65412f97/src/types/subscribable.ts#L26)
[src/types/subscribable.ts:26](https://gitlab.syncad.com/hive/workerbee/-/blob/3ba37ea4bcc0a60d0fc0a893742ebe9e172869d0/src/types/subscribable.ts#L26)
***
......@@ -42,7 +42,9 @@ the consumer has unsubscribed.
#### Parameters
**err**: `any`
##### err
`any`
#### Returns
......@@ -50,7 +52,7 @@ the consumer has unsubscribed.
#### Defined in
[src/types/subscribable.ts:18](https://gitlab.syncad.com/hive/workerbee/-/blob/c86a48da91e9edabfae917e1bf4069da65412f97/src/types/subscribable.ts#L18)
[src/types/subscribable.ts:18](https://gitlab.syncad.com/hive/workerbee/-/blob/3ba37ea4bcc0a60d0fc0a893742ebe9e172869d0/src/types/subscribable.ts#L18)
***
......@@ -64,7 +66,9 @@ functions have been called, nor after the consumer has unsubscribed.
#### Parameters
**value**: `T`
##### value
`T`
#### Returns
......@@ -72,4 +76,4 @@ functions have been called, nor after the consumer has unsubscribed.
#### Defined in
[src/types/subscribable.ts:10](https://gitlab.syncad.com/hive/workerbee/-/blob/c86a48da91e9edabfae917e1bf4069da65412f97/src/types/subscribable.ts#L10)
[src/types/subscribable.ts:10](https://gitlab.syncad.com/hive/workerbee/-/blob/3ba37ea4bcc0a60d0fc0a893742ebe9e172869d0/src/types/subscribable.ts#L10)