diff --git a/src/types/lichess.ts b/src/types/lichess.ts index dc91d34..64e73ae 100644 --- a/src/types/lichess.ts +++ b/src/types/lichess.ts @@ -14,7 +14,7 @@ export interface LichessEvalBody { export type LichessResponse = T | LichessErrorBody; export enum LichessError { - NotFound = "Not found", + NotFound = "No cloud evaluation available for that position", } export interface LichessGame {