Skip to content

hywrapper-ts / Exports / ElectionResponse

Interface: ElectionResponse

Information about the current election and next election.

Hierarchy

ElectionResponse

Table of contents

Properties

Properties

cause

Optional cause: string

Inherited from

HypixelResponse.cause

Defined in

src/types.ts:92


current

Optional current: Election

Information about the next election.

Defined in

src/models/skyblock/ElectionResponse.ts:12


lastUpdated

Optional lastUpdated: number

Timestamp of when the information was last updated.

Defined in

src/models/skyblock/ElectionResponse.ts:8


mayor

Optional mayor: Mayor

Information about the current mayor and election results.

Defined in

src/models/skyblock/ElectionResponse.ts:10


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