0
0
Fork 0

Change "object" to "choice" to match data from client.

This commit is contained in:
Oliver-Akins 2021-01-02 18:35:29 -07:00
parent 41faf15d24
commit 3ab0d69119

View file

@ -91,7 +91,7 @@ interface ObjectListResponse extends response {
interface SelectObject { interface SelectObject {
game_code: string; game_code: string;
object: string; choice: string;
} }
interface ChosenObject extends response { interface ChosenObject extends response {
object?: string; object?: string;