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 {
|
export interface Room {
|
||||||
id: string;
|
|
||||||
roomId: number;
|
roomId: number;
|
||||||
createdAt: Date;
|
createdAt: Date;
|
||||||
gameVersion: string;
|
gameVersion: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user