Represents the parameters for the "setPrimarySaleRecipient" function.
type SetPrimarySaleRecipientParams = WithOverrides<{ saleRecipient: AbiParameterToPrimitiveType<{ name: "_saleRecipient"; type: "address"; }>;}>;