@lichess-org/types 2.0.54 → 2.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lichess-api.d.ts +1 -1
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -6513,7 +6513,7 @@ export interface components {
|
|
|
6513
6513
|
binc: number;
|
|
6514
6514
|
status: components["schemas"]["GameStatusName"];
|
|
6515
6515
|
/** @description Color of the winner, if any */
|
|
6516
|
-
winner?:
|
|
6516
|
+
winner?: components["schemas"]["GameColor"];
|
|
6517
6517
|
/** @description true if white is offering draw, else omitted */
|
|
6518
6518
|
wdraw?: boolean;
|
|
6519
6519
|
/** @description true if black is offering draw, else omitted */
|