other: remove id field in Room type

This commit is contained in:
metamethods 2025-01-02 23:55:05 -08:00
parent 533d7c52a4
commit 745b860b0e

View File

@ -56,7 +56,6 @@ export interface APIPlayer {
}
export interface Room {
id: string;
roomId: number;
createdAt: Date;
gameVersion: string;