Skip to content

Commit cce3947

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 3caf93f + 2f63eeb commit cce3947

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ export interface VueSocketOptions {
5050
options?: {
5151
useConnectionNamespace?: boolean
5252
}
53+
},
54+
// type declarations for optional options
55+
options?:{
56+
path?: string;
5357
}
5458
}
5559

0 commit comments

Comments
 (0)