UNPKG

onix-chess-game

Version:
6 lines (5 loc) 121 B
import { IGameUser } from './IGameUser'; export interface IGamePlayers { white?: IGameUser, black?: IGameUser, }