Represents the parameters for the "approveBuyerForListing" function.
type ApproveBuyerForListingParams = WithOverrides<{ buyer: AbiParameterToPrimitiveType<{ name: "_buyer"; type: "address"; }>; listingId: AbiParameterToPrimitiveType<{ name: "_listingId"; type: "uint256"; }>; toApprove: AbiParameterToPrimitiveType<{ name: "_toApprove"; type: "bool"; }>;}>;