export enum GameOrigin { Pgn = "pgn", ChessCom = "chesscom", } export enum EngineName { Stockfish16 = "stockfish_16", }