Interface BidResult

interface BidResult {
    result: Bid;
}

Properties

Properties

result: Bid