wechaty-puppet
Version:
Abstract Puppet for Wechaty
54 lines (30 loc) • 1.01 kB
Markdown
[Wechaty Puppet v0.9.8 Interface](../README.md) > [PuppetOptions](../interfaces/puppetoptions.md)
# Interface: PuppetOptions
timeout: WatchDog Timeout in Seconds
## Hierarchy
**PuppetOptions**
## Index
### Properties
* [endpoint](puppetoptions.md#endpoint)
* [timeout](puppetoptions.md#timeout)
* [token](puppetoptions.md#token)
---
## Properties
<a id="endpoint"></a>
### `<Optional>` endpoint
**● endpoint**: * `undefined` | `string`
*
*Defined in [schemas/puppet.ts:70](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/puppet.ts#L70)*
___
<a id="timeout"></a>
### `<Optional>` timeout
**● timeout**: * `undefined` | `number`
*
*Defined in [schemas/puppet.ts:71](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/puppet.ts#L71)*
___
<a id="token"></a>
### `<Optional>` token
**● token**: * `undefined` | `string`
*
*Defined in [schemas/puppet.ts:72](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/puppet.ts#L72)*
___