hywrapper-ts / Exports / Sale
Interface: Sale
Information about a firesale
Table of contents
Properties
Properties
amount
• Optional amount: number
Amount of items available for purchase
Defined in
src/models/skyblock/FiresalesResponse.ts:22
end
• Optional end: number
Timestamp of when the firesale ends
Defined in
src/models/skyblock/FiresalesResponse.ts:20
item_id
• Optional item_id: string
The item ID of the item
Defined in
src/models/skyblock/FiresalesResponse.ts:16
price
• Optional price: number
Cost in gems for each item
Defined in
src/models/skyblock/FiresalesResponse.ts:24
start
• Optional start: number
Timestamp of when the firesale begins
Defined in
src/models/skyblock/FiresalesResponse.ts:18