mirror of
https://github.com/MetinSeylan/Vue-Socket.io.git
synced 2025-04-16 15:21:28 +02:00
Merge 800455f023
into 61614c865e
This commit is contained in:
commit
1b0339bc6f
1 changed files with 5 additions and 2 deletions
5
index.d.ts
vendored
5
index.d.ts
vendored
|
@ -53,7 +53,10 @@ export interface VueSocketOptions {
|
|||
},
|
||||
// type declarations for optional options
|
||||
options?:{
|
||||
path?: string;
|
||||
path?: string,
|
||||
transports?: Array<string>,
|
||||
timeout?: number,
|
||||
reconnection?: boolean
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue