Represents the parameters for the "cancelListing" function.
type CancelListingParams = WithOverrides<{ listingId: AbiParameterToPrimitiveType<{ name: "_listingId"; type: "uint256"; }>;}>;