Skip to content

Commit

Permalink
Add missing TypeScript property definitions on ClientOpts (#226)
Browse files Browse the repository at this point in the history
* Add missing TypeScript property definitions on ClientOpts

* Fix typo - I obviously have beer on my mind
  • Loading branch information
Chris Haines authored and aricart committed Jun 15, 2018
1 parent c669de6 commit 77d761f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ export interface ClientOpts {
yieldTime?: number,
waitOnFirstConnect?: boolean,
json?: boolean,
preserveBuffers?: boolean
preserveBuffers?: boolean,
token?: string,
pingInterval?: number,
maxPingOut?: number,
useOldRequestStyle?: boolean
}

export interface SubscribeOptions {
Expand Down

0 comments on commit 77d761f

Please sign in to comment.