Skip to content

Commit

Permalink
Fixed Typing for <SkyblockMember>.dungeons.essence (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshy2002 authored Aug 12, 2024
1 parent 2fe14fd commit 5c13d5b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2772,14 +2772,14 @@ declare module 'hypixel-api-reborn' {
selected: string;
};
essence: {
diamond: numer;
dragon: numer;
spider: numer;
wither: numer;
undead: numer;
gold: numer;
ice: numer;
crimson: numer;
diamond: number;
dragon: number;
spider: number;
wither: number;
undead: number;
gold: number;
ice: number;
crimson: number;
};
} | null;
collections: object;
Expand Down

0 comments on commit 5c13d5b

Please sign in to comment.