Change "object" to "choice" to match data from client.
This commit is contained in:
parent
41faf15d24
commit
3ab0d69119
1 changed files with 1 additions and 1 deletions
2
server/src/types/data.d.ts
vendored
2
server/src/types/data.d.ts
vendored
|
|
@ -91,7 +91,7 @@ interface ObjectListResponse extends response {
|
|||
|
||||
interface SelectObject {
|
||||
game_code: string;
|
||||
object: string;
|
||||
choice: string;
|
||||
}
|
||||
interface ChosenObject extends response {
|
||||
object?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue