interface SkyblockAuctionsResult {
    auctions: Auction[];
    info: AuctionInfo;
}

Properties

Properties

auctions: Auction[]