export interface Player { name: string; id?: number; }