Represents the parameters for the "transferOwnership" function.
type TransferOwnershipParams = WithOverrides<{ newOwner: AbiParameterToPrimitiveType<{ name: "newOwner"; type: "address"; }>;}>;