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

    Type Alias NewPaintingAuctionPacket

    Represents a new painting in an auction.

    type NewPaintingAuctionPacket = {
        current_bid: number;
        frame_id: number;
        id: number;
        owner_username: string;
    }
    Index

    Properties

    current_bid: number

    The current bid.

    frame_id: number

    The frame id.

    id: number

    The auction id.

    owner_username: string

    The owner's username.