@types/relay-runtime
Advanced tools
Comparing version 10.1.8 to 10.1.9
@@ -40,3 +40,3 @@ import { RequestParameters } from '../util/RelayConcreteNode'; | ||
label?: string; | ||
path?: string[] | number[]; | ||
path?: Array<string | number>; | ||
} | ||
@@ -43,0 +43,0 @@ export interface GraphQLResponseWithoutData { |
{ | ||
"name": "@types/relay-runtime", | ||
"version": "10.1.8", | ||
"version": "10.1.9", | ||
"description": "TypeScript definitions for relay-runtime", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "fcbb43ba87c2e7dac5eef967b4240233ffa0a93d96ab7678b4ef29e8393e0b22", | ||
"typesPublisherContentHash": "f3761cbf1328ba17ebdd9b536690ade7dbcd80c4a2fee69250dfd5d51dd75aad", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 27 Jan 2021 12:31:48 GMT | ||
* Last updated: Mon, 01 Mar 2021 09:31:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
107238