Skip to content

Commit

Permalink
fix(type): fix push properties types (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanlvr committed Dec 13, 2021
1 parent 2e845f3 commit cb6bdcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/lib/client-options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ export interface IClientPublishOptions {
* MQTT 5.0 properties object
*/
properties?: {
payloadFormatIndicator?: number,
payloadFormatIndicator?: boolean,
messageExpiryInterval?: number,
topicAlias?: string,
topicAlias?: number,
responseTopic?: string,
correlationData?: Buffer,
userProperties?: UserProperties,
Expand Down

0 comments on commit cb6bdcb

Please sign in to comment.