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

View File

@@ -1,4 +1,5 @@
import { logInfo } from "./logger.js";
import { WebSocket } from "ws";
export type WsEvent = {
type: string;