Represents the parameters for the "approve" function.
type ApproveParams = WithOverrides<{ to: AbiParameterToPrimitiveType<{ name: "to"; type: "address" }>; tokenId: AbiParameterToPrimitiveType<{ name: "tokenId"; type: "uint256"; }>;}>;