WebSocket improt

This commit is contained in:
Darius
2026-02-06 11:13:55 +01:00
parent bb8014ccf3
commit 17e6b75ec5
3 changed files with 3 additions and 1 deletions

1
dist/ws.d.ts vendored
View File

@@ -1,3 +1,4 @@
import { WebSocket } from "ws";
export type WsEvent = {
type: string;
data?: unknown;