chore: pass the internal room id and the room id
This commit is contained in:
parent
b8f271fdb2
commit
26d216d4cb
@ -56,7 +56,8 @@ export interface APIPlayer {
|
||||
}
|
||||
|
||||
export interface Room {
|
||||
id: number;
|
||||
id: string;
|
||||
roomId: number;
|
||||
createdAt: Date;
|
||||
gameVersion: string;
|
||||
roomBattleRank: number;
|
||||
@ -66,6 +67,7 @@ export interface Room {
|
||||
}
|
||||
|
||||
export interface APIRoom {
|
||||
id: string;
|
||||
userId: string;
|
||||
roomId: number;
|
||||
dataVersion: string;
|
||||
|
Loading…
Reference in New Issue
Block a user