waha / src /nestjs /ws /ws.ts
NitinBot002's picture
Upload 384 files
4327358 verified
import { WebSocket as WSWebSocket } from 'ws';
export interface WebSocket extends WSWebSocket {
id?: string;
isAlive?: boolean;
}