diff --git a/sockjs/sockjs.d.ts b/sockjs/sockjs.d.ts index 3f823a5ee..e9569ba22 100644 --- a/sockjs/sockjs.d.ts +++ b/sockjs/sockjs.d.ts @@ -36,7 +36,7 @@ interface SockJS extends EventTarget { declare var SockJS: { prototype: SockJS; - new (url: string, _reserved: any, options?: { + new (url: string, _reserved?: any, options?: { debug?: boolean; devel?: boolean; protocols_whitelist?: string[];