Updated hypixel api wrapper

This commit is contained in:
2024-10-16 10:58:13 +02:00
parent 775b1cf528
commit e52e2dcb61
3 changed files with 45 additions and 44 deletions

View File

@@ -1,9 +1,7 @@
// dprint-ignore-file
export interface IPlayer {
data: {
success: boolean
player: IPlayerData
}
success: boolean
player: IPlayerData
}
export interface IPlayerData {