Skip to content

hywrapper-ts / Exports / FiresalesResponse

Interface: FiresalesResponse

Lists all active SkyBlock fire sales.

Hierarchy

FiresalesResponse

Table of contents

Properties

Properties

cause

Optional cause: string

Inherited from

HypixelResponse.cause

Defined in

src/types.ts:92


rateLimit

Optional rateLimit: RateLimit

Inherited from

HypixelResponse.rateLimit

Defined in

src/types.ts:93


sales

Optional sales: Sale[]

A list of all active firesales

Defined in

src/models/skyblock/FiresalesResponse.ts:8


success

Optional success: boolean

Inherited from

HypixelResponse.success

Defined in

src/types.ts:91