Represents the parameters for the "tokenDataOf" function.
type TokenDataOfParams = { tokenId: AbiParameterToPrimitiveType<{ name: "tokenId"; type: "uint256"; }>;};