Update generated documentation authored by Mateusz Tyszczak's avatar Mateusz Tyszczak
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
### new IWorkerBeeConstructor() ### new IWorkerBeeConstructor()
> **new IWorkerBeeConstructor**(`configuration`?): [`IWorkerBee`](./IWorkerBee) > **new IWorkerBeeConstructor**\<`T`\>(`configuration`?): [`IWorkerBee`](./IWorkerBee)\<`T`\[`"explicitChain"`\]\>
Constructs new WorkerBee bot object Constructs new WorkerBee bot object
...@@ -14,13 +14,13 @@ Constructs new WorkerBee bot object ...@@ -14,13 +14,13 @@ Constructs new WorkerBee bot object
##### configuration? ##### configuration?
`Partial`\<[`IStartConfiguration`](./IStartConfiguration)\> `Partial`\<`T`\>
Configuration for the automation Configuration for the automation
#### Returns #### Returns
[`IWorkerBee`](./IWorkerBee) [`IWorkerBee`](./IWorkerBee)\<`T`\[`"explicitChain"`\]\>
#### Note #### Note
...@@ -28,4 +28,4 @@ If you do not register an "error" event listener, the error will be dropped sile ...@@ -28,4 +28,4 @@ If you do not register an "error" event listener, the error will be dropped sile
#### Defined in #### Defined in
[src/interfaces.ts:213](https://gitlab.syncad.com/hive/workerbee/-/blob/eb664c80058854a82eb9f5d869cdb0252faa17f2/src/interfaces.ts#L213) [src/interfaces.ts:231](https://gitlab.syncad.com/hive/workerbee/-/blob/0e6324f2f5074738ac76060ed2aa820f1f10cdc9/src/interfaces.ts#L231)