fix issues

This commit is contained in:
Rajeh Taher
2023-09-28 03:10:45 +03:00
committed by GitHub
parent f50842fd7a
commit 48a717547e

View File

@@ -116,5 +116,6 @@ export type SocketConfig = {
makeSignalRepository: (auth: SignalAuthState) => SignalRepository
socket: any
/** Socket passthrough */
socket?: any
}