Skip to content

Commit

Permalink
fix(typescript): fix payloadFormatIndicator to boolean type (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Jul 23, 2020
1 parent 43cc1d1 commit 5adb12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/lib/client-options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export interface IClientOptions extends ISecureClientOptions {
* */
properties?: {
willDelayInterval?: number,
payloadFormatIndicator?: number,
payloadFormatIndicator?: boolean,
messageExpiryInterval?: number,
contentType?: string,
responseTopic?: string,
Expand Down

0 comments on commit 5adb12a

Please sign in to comment.