@lichess-org/types 2.0.118 → 2.0.119
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
|
@@ -7584,7 +7584,7 @@ export interface components {
|
|
|
7584
7584
|
dtc?: null | number;
|
|
7585
7585
|
/**
|
|
7586
7586
|
* @description Depth To Mate: Plies to mate (available only for Standard positions
|
|
7587
|
-
* with not more than
|
|
7587
|
+
* with not more than 6 pieces)
|
|
7588
7588
|
*/
|
|
7589
7589
|
dtm?: null | number;
|
|
7590
7590
|
/**
|