implement pong for backend
This commit is contained in:
3
src/models/Pong.ts
Normal file
3
src/models/Pong.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface PongMessage {
|
||||
type: 'pong';
|
||||
}
|
Reference in New Issue
Block a user