UNPKG

sleeper-api-tsclient

Version:

Typescript client for the sleeper api

49 lines (48 loc) 1.23 kB
export declare class Player { 'hashtag': string; 'depthChartPosition': number; 'status': string; 'sport': string; 'fantasyPositions': Array<string>; 'number': number; 'searchLastName': string; 'injuryStartDate': string; 'weight': string; 'position': string; 'practiceParticipation': string; 'sportradarId': string; 'team': string; 'lastName': string; 'college': string; 'fantasyDataId': number; 'injuryStatus': string; 'playerId': string; 'height': string; 'searchFullName': string; 'age': number; 'statsId': string; 'birthCountry': string; 'espnId': string; 'searchRank': number; 'firstName': string; 'depthChartOrder': number; 'yearsExp': number; 'rotowireId': string; 'rotoworldId': number; 'searchFirstName': string; 'yahooId': string; static readonly discriminator: string | undefined; static readonly attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; format: string; }[]; constructor(); }