Skip to content

Commit

Permalink
fix: IUnsubackPacket types definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ogis-yamazaki committed Sep 27, 2023
1 parent ec5ad06 commit e0b3b9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ export interface IUnsubackPacket extends IPacket {
properties?: {
reasonString?: string,
userProperties?: UserProperties
}
},
granted: number[]
}

export interface IPubackPacket extends IPacket {
Expand Down

0 comments on commit e0b3b9e

Please sign in to comment.