Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
understanding
/
Ping
like
0
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b23d199
Ping
/
src
/
types
/
globals.d.ts
understanding
Upload 41 files
ba5c923
verified
25 days ago
raw
Copy download link
history
blame
Safe
Wrap lines
181 Bytes
import
{
WASocket
}
from
"@whiskeysockets/baileys"
;
// Import the type for your socket
declare
global
{
var
waSock
:
WASocket
|
null
;
var
waQrCode
:
string
|
null
;
}
export
{};