style : global improvements
This commit is contained in:
6
src/types/enums.ts
Normal file
6
src/types/enums.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum GameOrigin {
|
||||
Pgn = "pgn",
|
||||
ChessCom = "chesscom",
|
||||
Lichess = "lichess",
|
||||
Json = "json",
|
||||
}
|
||||
Reference in New Issue
Block a user