refacto : gameFromUrl

This commit is contained in:
GuillaumeSD
2024-02-23 23:32:29 +01:00
parent f77a425067
commit 89ca7d8f13
9 changed files with 105 additions and 31 deletions

View File

@@ -9,6 +9,8 @@ export interface LineEval {
pv: string[];
cp?: number;
mate?: number;
depth: number;
multiPv: number;
}
export interface Accuracy {