Google Drive Picker API Types Updated To Autogenerated Versions
Just updated @types/google.picker to autogenerated types from Google Drive Picker reference doc! Use npm install -D @types/google.picker@^0.0.44 to update.
Last week I submited a pull request to the DefinitelyTyped repository for the Google Drive Picker API. Not a big deal in itself, but these types are generated from the same source as the Google Drive Picker reference documentation and should be more correct and consistent than the community types that were previously in the DefinitelyTyped repository. The versions of @types/google.picker in this switchover are: @types/google.picker@0.0.43 === old community types @types/google.picker@0.0.44 === new autogenerated types You can update with the following command: npm install -D @types/google.pi...