feat : add board interactions
This commit is contained in:
@@ -3,3 +3,7 @@ export enum GameOrigin {
|
||||
ChessCom = "chesscom",
|
||||
Lichess = "lichess",
|
||||
}
|
||||
|
||||
export enum Engine {
|
||||
Stockfish16 = "stockfish_16",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user