diff options
Diffstat (limited to 'api/api.ts')
-rw-r--r-- | api/api.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ export interface gameInfo { duration: number; id: string; moves: Array<number>; - opponent: userInfo; + opponent?: userInfo; outcome: outcome; parent?: string; private: boolean; |