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