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

    Type Alias LostBidAuctionPacket

    Represents a lost bid in an auction.

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

    Properties

    current_bid_username: string

    The username of the current bidder.

    id: number

    The auction id.