UNPKG

sleeper-api-tsclient

Version:

Typescript client for the sleeper api

18 lines (17 loc) 431 B
export declare class UserInLeagueMetadata { 'teamName': 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(); }