reactions, match sse, etc
This commit is contained in:
@@ -7,4 +7,10 @@ export type TestEvent = {
|
||||
playerId: string;
|
||||
};
|
||||
|
||||
export type ServerEvent = TestEvent;
|
||||
export type MatchEvent = {
|
||||
type: "match";
|
||||
matchId: string;
|
||||
tournamentId: string;
|
||||
}
|
||||
|
||||
export type ServerEvent = TestEvent | MatchEvent;
|
||||
|
||||
Reference in New Issue
Block a user