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