diff --git a/index.d.ts b/index.d.ts index dea7b6b..ccca59d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -51,9 +51,12 @@ export interface VueSocketOptions { useConnectionNamespace?: boolean } }, - // type declarations for optional options + // type declarations for optional options options?:{ - path?: string; + path?: string, + transports?: Array, + timeout?: number, + reconnection?: boolean } }