UNPKG

wechaty-puppet

Version:
54 lines (30 loc) 1.01 kB
[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` &#124; `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` &#124; `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` &#124; `string` * *Defined in [schemas/puppet.ts:72](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/puppet.ts#L72)* ___