other: remove id field in Room type
This commit is contained in:
parent
533d7c52a4
commit
745b860b0e
@ -56,7 +56,6 @@ export interface APIPlayer {
|
||||
}
|
||||
|
||||
export interface Room {
|
||||
id: string;
|
||||
roomId: number;
|
||||
createdAt: Date;
|
||||
gameVersion: string;
|
||||
|
Loading…
Reference in New Issue
Block a user