diff --git a/src/Types/Socket.ts b/src/Types/Socket.ts index 5d05e92..d093505 100644 --- a/src/Types/Socket.ts +++ b/src/Types/Socket.ts @@ -116,5 +116,6 @@ export type SocketConfig = { makeSignalRepository: (auth: SignalAuthState) => SignalRepository - socket: any + /** Socket passthrough */ + socket?: any }