Skip to content

Commit

Permalink
Update typescript defintions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Jan 14, 2021
1 parent 2c0f261 commit 7a18027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/DataConsumer.d.ts
Expand Up @@ -41,6 +41,7 @@ export declare type DataConsumerStat = {
protocol: string;
messagesSent: number;
bytesSent: number;
bufferedAmount: number;
};
/**
* DataConsumer type.
Expand Down
2 changes: 1 addition & 1 deletion lib/DataConsumer.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a18027

Please sign in to comment.