Type alias Bidder

Bidder: {
    amount: string;
    amountRounded: number;
    bidder: string;
}

Type declaration

  • amount: string
  • amountRounded: number
  • bidder: string

Generated using TypeDoc