GetAuctionInfo

Gets information about an auction (this is classic only).

GetAuctionInfo(string, number) : Info

Example

---Returns current auction info for the given type and page index
---@param type '"list"' | '"bidder"' | '"owner"'
---@param index number
---@return number, number, number, string, number, string, number, string, string@itemID, expiresAt, expiresAtString, currentBid, currentBidString, buyout, buyoutString, creator
function GetAuctionInfo(type, index) end