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