mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Changed Packet attributes types
This commit is contained in:
Vendored
+3
-3
@@ -73,9 +73,9 @@ export class Authorizer {
|
||||
export interface Packet {
|
||||
topic: string;
|
||||
payload: any;
|
||||
messageId: any;
|
||||
qos: any;
|
||||
retain: any;
|
||||
messageId: string;
|
||||
qos: number;
|
||||
retain: boolean;
|
||||
}
|
||||
|
||||
export interface Message {
|
||||
|
||||
Reference in New Issue
Block a user