Skip to content

Commit

Permalink
Add typings of trophyFish (#614)
Browse files Browse the repository at this point in the history
* Update index.d.ts

* prettier fix
  • Loading branch information
Johannes7k75 authored Sep 10, 2024
1 parent d297f0e commit 7e85b7a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2756,11 +2756,14 @@ declare module 'hypixel-api-reborn' {
mages: number;
};
trophyFish: {
total: number;
bronze: number;
silver: number;
gold: number;
diamond: number;
rank: 'Diamond' | 'Gold' | 'Silver' | 'Bronze' | null;
caught: {
total: number;
bronze: number;
silver: number;
gold: number;
diamond: number;
};
};
kuudra: {
none: number;
Expand Down

0 comments on commit 7e85b7a

Please sign in to comment.