pping / src /types /globals.d.ts
understanding's picture
Upload 25 files
656c481 verified
raw
history blame contribute delete
181 Bytes
import { WASocket } from "@whiskeysockets/baileys"; // Import the type for your socket
declare global {
var waSock: WASocket | null;
var waQrCode: string | null;
}
export {};