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 {
|
export interface Room {
|
||||||
id: number;
|
id: string;
|
||||||
|
roomId: number;
|
||||||
createdAt: Date;
|
createdAt: Date;
|
||||||
gameVersion: string;
|
gameVersion: string;
|
||||||
roomBattleRank: number;
|
roomBattleRank: number;
|
||||||
@ -66,6 +67,7 @@ export interface Room {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface APIRoom {
|
export interface APIRoom {
|
||||||
|
id: string;
|
||||||
userId: string;
|
userId: string;
|
||||||
roomId: number;
|
roomId: number;
|
||||||
dataVersion: string;
|
dataVersion: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user