type BidInAuctionParams = { auctionId: bigint } & ( | { bidAmountWei: bigint } | { bidAmount: string });