interface INameBid {
    high_bid: IInt64;
    high_bidder: string;
    last_bid_time: string;
    newname: string;
}

Properties

high_bid: IInt64
high_bidder: string
last_bid_time: string
newname: string