/* tslint:disable */ import { OddH2H } from './odd-h2h'; export interface OddNice { teams?: Array; commence_time?: number; home_team?: string; odds?: OddH2H; }