implement pong for backend

This commit is contained in:
Adrian Zürcher
2025-06-19 19:31:41 +02:00
parent 51622ac5fd
commit 3d865f47b3
3 changed files with 111 additions and 32 deletions

3
src/models/Pong.ts Normal file
View File

@@ -0,0 +1,3 @@
export interface PongMessage {
type: 'pong';
}