PixelPlaceJS-new - v3.4.3
    Preparing search index...

    Type Alias AuctionLostBidPacket

    Packet for auction lost.

    type AuctionLostBidPacket = {
        current_bid_username: string;
        id: number;
    }
    Index

    Properties

    current_bid_username: string

    Current bidder username.

    id: number

    Id of the auction.