Kayode Oluwasegun
Kayode Oluwasegun

Kayode Oluwasegun

Follow
Series

Typescript

In this series, you can find Typescript-specific content that gives some tips on using Typescript

Articles in this series

Making the Properties of an Object Optional in Typescript

Jul 4, 20221 min read

In cases where you want to construct a type with all properties of another type set to optional, the Partial<Type> is a helpful utility. This is...

Making the Properties of an Object Optional in Typescript
Mapped Types with Typescript