sleeper-api-tsclient
Version:
Typescript client for the sleeper api
19 lines (18 loc) • 446 B
TypeScript
export declare class TrendingPlayer {
'playerId': string;
'count': number;
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();
}