Interface GiftAuctionState

Represent auction state of a gift.

interface GiftAuctionState {
    @type: "giftAuctionState";
    gift: Gift;
    state: AuctionState;
}

Properties

Properties

@type: "giftAuctionState"
gift: Gift

The gift.

Auction state of the gift.