#typescript
- Google Drive Picker TypeScript - Types Updated
Last week I submitted 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.
- Strongly Typed Yup Schema in TypeScript
A basic pattern for strongly typing Yup schemas in TypeScript using conditionals.