tbarequest
Version:
A wrapper to fetch data from The Blue Alliance API
22 lines (21 loc) • 549 B
TypeScript
export declare const LeaderboardInsights: import("arktype/internal/methods/object.ts").ObjectType<{
data: {
rankings: {
value: number;
keys: string[];
}[];
key_type: "event" | "match" | "team";
};
name: string;
year: number;
}, {}>;
export declare const NotablesInsight: import("arktype/internal/methods/object.ts").ObjectType<{
data: {
entries: {
context: string[];
team_key: string;
}[];
};
name: string;
year: number;
}, {}>;