This commit is contained in:
2025-08-30 16:01:43 -04:00
parent 391bf3d1f8
commit 2fbd09e43f
17 changed files with 382 additions and 36 deletions

5
src/serverevents.ts Normal file
View File

@@ -0,0 +1,5 @@
import { ServerBase } from "./server/server.ts";
export interface ServerUpdateEvent {
server: ServerBase
}