export { default as Fixture, IFixtureJson } from './Fixture';
export { default as Player, IPlayerJson } from './Player';
export { default as Team, ITeamJson } from './Team';
export { default as Standing, IStandingJson, IStandingsJson } from './Standing';