UNPKG

fantasy-api-client

Version:

API client to easily interact with various fantasy sports APIs including ESPN, Yahoo, and Sleeper

5 lines (4 loc) 83 B
export default interface IOptions { leagueId?: string; draftId?: string; }