TournamentStats - TypeScript SDK

TournamentStats type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Placement distribution from tournament matches.

Example Usage

1import { TournamentStats } from "@openrouter/sdk/models";
2
3let value: TournamentStats = {
4 firstPlace: 978465,
5 fourthPlace: 930097,
6 secondPlace: 929544,
7 thirdPlace: null,
8 total: 683003,
9};

Fields

FieldTypeRequiredDescription
firstPlacenumber✔️N/A
fourthPlacenumber✔️N/A
secondPlacenumber✔️N/A
thirdPlacenumber✔️N/A
totalnumber✔️N/A