Skip to content

hywrapper-ts / Exports / HousingHousesResponse

Interface: HousingHousesResponse

List of a player's houses.

Hierarchy

HousingHousesResponse

Table of contents

Properties

Properties

cause

Optional cause: string

Inherited from

HypixelResponse.cause

Defined in

src/types.ts:92


houses

Optional houses: House[]

A list of House belonging to the player.

Defined in

src/models/housing/HousingResponses.ts:70


rateLimit

Optional rateLimit: RateLimit

Inherited from

HypixelResponse.rateLimit

Defined in

src/types.ts:93


success

Optional success: boolean

Inherited from

HypixelResponse.success

Defined in

src/types.ts:91