hywrapper-ts / Exports / Candidate
Interface: Candidate
Information about a candidate
Table of contents
Properties
Properties
key
• Optional key: string
Type of candidate (eg; economist {Diaz}, farming {Finnegan}).
Defined in
src/models/skyblock/ElectionResponse.ts:70
name
• Optional name: string
Name of the candidate.
Defined in
src/models/skyblock/ElectionResponse.ts:72
perks
• Optional perks: Perk[]
A list of the candidate perks.
Defined in
src/models/skyblock/ElectionResponse.ts:74
votes
• Optional votes: number
The amount of votes the candidate has.
Defined in
src/models/skyblock/ElectionResponse.ts:76