export interface ILeague { endAt?: string; id: string; startAt: string; url: string; }