import { BaseStatistic } from './base-statistic'; export interface GameTeamStatisticBase { team: BaseStatistic; competitorTeam: BaseStatistic; }