@types/relay-runtime
Advanced tools
Comparing version 14.1.19 to 14.1.20
import { ProvidedVariablesType } from "./RelayConcreteNode"; | ||
import { Variables } from "./RelayRuntimeTypes"; | ||
export default function withProvidedVariables( | ||
userSuppliedVariables: Variables, | ||
providedVariables: ProvidedVariablesType | null | undefined, | ||
): Variables; | ||
interface WithProvidedVariablesFn { | ||
( | ||
userSuppliedVariables: Variables, | ||
providedVariables: ProvidedVariablesType | null | undefined, | ||
): Variables; | ||
tests_only_resetDebugCache: undefined | (() => void); | ||
} | ||
declare const withProvidedVariables: WithProvidedVariablesFn; | ||
export default withProvidedVariables; |
{ | ||
"name": "@types/relay-runtime", | ||
"version": "14.1.19", | ||
"version": "14.1.20", | ||
"description": "TypeScript definitions for relay-runtime", | ||
@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/relay-runtime", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "56e2ed38ef501a0fb9f29dcdbdad8f8470987bee9da92b87bd6f1cdf94ae5bc4", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "1c1b735c030811edb0de3c13d022338f6b5d56611e55183e09ac9d17ce5f217c", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT | ||
* Last updated: Wed, 13 Dec 2023 05:07:06 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
140739
3473