sleeper-api-tsclient
Version:
Typescript client for the sleeper api
22 lines (21 loc) • 517 B
TypeScript
export declare class DraftPick {
'season': string;
'round': number;
'rosterId': number;
'previousOwnerId': number;
'ownerId': 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();
}