Skip to content

Commit

Permalink
update server/src/types/rooms.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 15, 2025
1 parent 726e0e5 commit 175b60d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/types/rooms.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export interface Player {

/** Data received to create or join a room */
export interface RoomData {
room_public?: boolean;
room_code?: string;
room_time: number;
room_player: string;
Expand Down

0 comments on commit 175b60d

Please sign in to comment.