interface IBidName {
    bid: string;
    bidder: string;
    newname: string;
}

Properties

Properties

bid: string
bidder: string
newname: string