Skip to content

@mcsb/schemas / Exports / HypixelGamesResponse

Interface: HypixelGamesResponse

Schema for data returned from https://api.hypixel.net/resources/games

Indexable

▪ [k: string]: unknown

Table of contents

Properties

Properties

games

games: HypixelGames

Defined in

types/HypixelGames.d.ts:14


lastUpdated

Optional lastUpdated: number

Defined in

types/HypixelGames.d.ts:13


success

success: true

Defined in

types/HypixelGames.d.ts:12

Released under the MIT License.