1
0
Fork 0
mirror of https://github.com/MetinSeylan/Vue-Socket.io.git synced 2025-04-16 15:21:28 +02:00
This commit is contained in:
Reynold Liu 2022-02-24 11:13:11 +08:00 committed by GitHub
commit 1b0339bc6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
index.d.ts vendored
View file

@ -53,7 +53,10 @@ export interface VueSocketOptions {
}, },
// type declarations for optional options // type declarations for optional options
options?:{ options?:{
path?: string; path?: string,
transports?: Array<string>,
timeout?: number,
reconnection?: boolean
} }
} }