File size: 181 Bytes
656c481
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import { WASocket } from "@whiskeysockets/baileys"; // Import the type for your socket

declare global {
  var waSock: WASocket | null;
  var waQrCode: string | null;
}

export {};