I recently found myself writing the same kind of TypeScript type transformation in a few different places. Hello, I'm Vikash Kumar . I had an existing type where most properties were required, but for one particular use case, I wanted some of them to become optional.

Source: [Dev.to](https://dev.to/thatonevikash/write-your-custom-generic-utility-in-typescript-5f16)

Sponsored