Represents the parameters for the "cancelAuction" function.
type CancelAuctionParams = WithOverrides<{ auctionId: AbiParameterToPrimitiveType<{ name: "_auctionId"; type: "uint256"; }>;}>;