TypeScript comes with several utility types. These are utilities we can use to do type transformations. In this article, we'll look at the Partial and Required types. We'll also look at how we can only make specific fields required or optional by leveraging some other utility types in the future.
1 Comment
Sort: