Interface: SkyBlockAuction


# Interface: SkyBlockAuction

Components.Schemas.SkyBlockAuction

# Properties

# auctioneer

auctioneer: string

Defined in: types/api.ts:2102 (opens new window)


# bids

bids: { amount: number ; auction_id: string ; bidder: string ; profile_id?: string ; timestamp: number }[]

Defined in: types/api.ts:2116 (opens new window)


# bin

Optional bin: boolean

Defined in: types/api.ts:2138 (opens new window)


# category

category: string

Defined in: types/api.ts:2110 (opens new window)


# claimed

claimed: boolean

Defined in: types/api.ts:2113 (opens new window)


# claimed_bidders

claimed_bidders: string[]

Defined in: types/api.ts:2114 (opens new window)


# coop

coop: string[]

Defined in: types/api.ts:2104 (opens new window)


# end

end: number

Defined in: types/api.ts:2106 (opens new window)


# extra

extra: string

Defined in: types/api.ts:2109 (opens new window)


# highest_bid_amount

highest_bid_amount: number

Defined in: types/api.ts:2115 (opens new window)


# item_lore

item_lore: string

Defined in: types/api.ts:2108 (opens new window)


# item_name

item_name: string

Defined in: types/api.ts:2107 (opens new window)


# profile_id

profile_id: string

Defined in: types/api.ts:2103 (opens new window)


# start

start: number

Defined in: types/api.ts:2105 (opens new window)


# starting_bid

starting_bid: number

Defined in: types/api.ts:2112 (opens new window)


# tier

tier: string

Defined in: types/api.ts:2111 (opens new window)


# uuid

uuid: string

Defined in: types/api.ts:2101 (opens new window)