Skip to content

Commit

Permalink
Add new data types
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Sep 15, 2023
1 parent ca25621 commit ab9c6e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/coh3/coh3-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export type RawLeaderboardStat = {
rating: number;
regionranktotal?: number;
lastmatchdate: number;
highestrank: number;
highestranklevel: number;
highestrating: number;
};

export interface RawLaddersObject extends LaddersDataObject {
Expand Down

0 comments on commit ab9c6e0

Please sign in to comment.