We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da3e12 commit 38f773fCopy full SHA for 38f773f
types/index.d.ts
@@ -89,7 +89,7 @@ export interface IPublishPacket extends IPacket {
89
responseTopic?: string,
90
correlationData?: Buffer,
91
userProperties?: UserProperties,
92
- subscriptionIdentifier?: number | [number],
+ subscriptionIdentifier?: number | number[],
93
contentType?: string
94
}
95
0 commit comments