/** * Sleeper API * The Sleeper API is a read-only HTTP API that is free to use and allows access to a users leagues, drafts, and rosters. No API Token is necessary, as you cannot modify contents via this API. Be mindful of the frequency of calls. A general rule is to stay under 1000 API calls per minute, otherwise, you risk being IP-blocked. * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export interface Player { hashtag: string; depth_chart_position: number; status: string; sport: string; fantasy_positions: Array; number: number; search_last_name: string; injury_start_date: string | null; weight: string; position: string; practice_participation: string | null; sportradar_id: string; team: string; last_name: string; college: string; fantasy_data_id: number; injury_status: string | null; player_id: string; height: string; search_full_name: string; age: number; stats_id: string; birth_country: string; espn_id: string; search_rank: number; first_name: string; depth_chart_order: number; years_exp: number; rotowire_id: string | null; rotoworld_id: number; search_first_name: string; yahoo_id: string | null; }