uefa-api
Version:
Typescript bindings and utils for the UEFA APIs
9 lines (8 loc) • 895 B
TypeScript
export { City, Coach, Competition, Condition, EventActor, EventTime, FieldCoordinate, FieldPosition, Group, KickOffTime, League, Leg, Lineup, LineupStatus, Livescore, Match, MatchEvent, MatchEventDetails, MatchGoal, MatchPenalty, MatchPhase, MatchStatistic, MatchStats, Matchday, OfficialPerson, Player, PlayerBench, PlayerEvents, PlayerField, PlayerOfTheMatch, Referee, Round, Score, ScoreResult, Stadium, Standings, Team, TeamLineup, TeamStats, Winner, WinnerDetails } from './api';
export { getLivescore } from './helpers/livescore';
export { getMatch, getMatches, getMatchStats, getLineups, getMatchEvents } from './helpers/matches';
export { getPlayers } from './helpers/players';
export { getStandings } from './helpers/standings';
export { getTeams } from './helpers/teams';
export { getCompetitions } from './helpers/competitions';
export { SortOrder } from './helpers/matches';