@mcsb/schemas / Exports / HypixelSkyBlockAuction
Interface: HypixelSkyBlockAuction
Indexable
▪ [k: string
]: unknown
Table of contents
Properties
- auctioneer
- bids
- bin
- category
- claimed
- claimed_bidders
- coop
- end
- extra
- highest_bid_amount
- item_bytes
- item_lore
- item_name
- item_uuid
- last_updated
- profile_id
- start
- starting_bid
- tier
- uuid
Properties
auctioneer
• Optional
auctioneer: string
Defined in
types/HypixelSkyBlockAuction.d.ts:31
bids
• Optional
bids: { [k: string]
: unknown
; amount?
: number
; auction_id?
: string
; bidder?
: string
; profile_id?
: string
; timestamp?
: number
}[]
Defined in
types/HypixelSkyBlockAuction.d.ts:32
bin
• Optional
bin: boolean
Defined in
types/HypixelSkyBlockAuction.d.ts:40
category
• Optional
category: string
Defined in
types/HypixelSkyBlockAuction.d.ts:41
claimed
• Optional
claimed: boolean
Defined in
types/HypixelSkyBlockAuction.d.ts:42
claimed_bidders
• Optional
claimed_bidders: string
[]
Defined in
types/HypixelSkyBlockAuction.d.ts:43
coop
• Optional
coop: string
[]
Defined in
types/HypixelSkyBlockAuction.d.ts:44
end
• Optional
end: number
Defined in
types/HypixelSkyBlockAuction.d.ts:45
extra
• Optional
extra: string
Defined in
types/HypixelSkyBlockAuction.d.ts:46
highest_bid_amount
• Optional
highest_bid_amount: number
Defined in
types/HypixelSkyBlockAuction.d.ts:47
item_bytes
• Optional
item_bytes: string
Defined in
types/HypixelSkyBlockAuction.d.ts:48
item_lore
• Optional
item_lore: string
Defined in
types/HypixelSkyBlockAuction.d.ts:49
item_name
• Optional
item_name: string
Defined in
types/HypixelSkyBlockAuction.d.ts:50
item_uuid
• Optional
item_uuid: string
Defined in
types/HypixelSkyBlockAuction.d.ts:51
last_updated
• Optional
last_updated: number
Defined in
types/HypixelSkyBlockAuction.d.ts:52
profile_id
• Optional
profile_id: string
Defined in
types/HypixelSkyBlockAuction.d.ts:53
start
• Optional
start: number
Defined in
types/HypixelSkyBlockAuction.d.ts:54
starting_bid
• Optional
starting_bid: number
Defined in
types/HypixelSkyBlockAuction.d.ts:55
tier
• Optional
tier: string
Defined in
types/HypixelSkyBlockAuction.d.ts:56
uuid
• Optional
uuid: string
Defined in
types/HypixelSkyBlockAuction.d.ts:57