@types/falcor-json-graph
Advanced tools
Comparing version 1.1.22 to 1.1.23
@@ -36,3 +36,3 @@ export = FalcorJsonGraph; | ||
*/ | ||
type Path = Array<Key>; | ||
type Path = Key[]; | ||
@@ -42,3 +42,3 @@ /** | ||
*/ | ||
type PathSet = Array<KeySet>; | ||
type PathSet = KeySet[]; | ||
@@ -70,4 +70,4 @@ /** | ||
jsonGraph: JSONGraph; | ||
paths?: Array<PathSet> | undefined; | ||
invalidate?: Array<PathSet> | undefined; | ||
paths?: PathSet[] | undefined; | ||
invalidate?: PathSet[] | undefined; | ||
} | ||
@@ -74,0 +74,0 @@ |
{ | ||
"name": "@types/falcor-json-graph", | ||
"version": "1.1.22", | ||
"version": "1.1.23", | ||
"description": "TypeScript definitions for falcor-json-graph", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/falcor-json-graph", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "82237a4a6c768c99542d750d22250a74d25122bb6ff2302a3e29d727e8ec528b", | ||
"typesPublisherContentHash": "4a2659f9ece12957d5b8c1e101a854b6ba61ecbcdfb76c157860be8a8a3673bb", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5908