Skip to content

Commit

Permalink
typings
Browse files Browse the repository at this point in the history
  • Loading branch information
StavZ committed May 6, 2021
1 parent 23964a9 commit b6dd2a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,13 @@ declare module 'hypixel-api-reborn' {
giftBundlesReceived?: number;
isOnline: boolean;
userLanguage: string;
lastDailyReward?: Date;
lastDailyRewardTimestamp?: number;
totalRewards?: number;
totalDailyRewards?: number;
rewardStreak?: number;
rewardScore?: number;
rewardHighScore?: number;
claimedLevelingRewards: number[];
globalCosmetics: PlayerCosmetics;
ranksPurchaseTime: {
Expand Down

0 comments on commit b6dd2a5

Please sign in to comment.