@types/google.picker
Advanced tools
Comparing version 0.0.37 to 0.0.38
@@ -101,4 +101,4 @@ // Type definitions for non-npm package Google Picker API 0.0 | ||
[Response.DOCUMENTS]: DocumentObject[]; | ||
[Response.PARENTS]?: ParentDocumentObject[]; | ||
[Response.VIEW]: [ViewId, undefined, { query?: string; parent?: string }]; | ||
[Response.PARENTS]?: ParentDocumentObject[] | undefined; | ||
[Response.VIEW]: [ViewId, undefined, { query?: string | undefined; parent?: string | undefined }]; | ||
} | ||
@@ -105,0 +105,0 @@ |
{ | ||
"name": "@types/google.picker", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"description": "TypeScript definitions for Google Picker API", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google.picker", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "009ab6df73c37526d90ec50d386a14896653ff987b497d03082e41691b3177cb", | ||
"typesPublisherContentHash": "fef26ee439ab088acc0f8d03f336c72c21f5c955b7eb4cc1291f0784e1c17105", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 18:04:45 GMT | ||
* Last updated: Thu, 08 Jul 2021 12:02:26 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `google` |
16464