Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NitinBot002
/
waha
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
waha
/
src
/
nestjs
/
ws
/
ws.ts
NitinBot002
Upload 384 files
4327358
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
135 Bytes
import
{
WebSocket
as
WSWebSocket
}
from
'ws'
;
export
interface
WebSocket
extends
WSWebSocket
{
id?:
string
;
isAlive?:
boolean
;
}