interface IBidNameRefund {
    amount: string;
    bidder: string;
}

Properties

Properties

amount: string
bidder: string