Articles in this series
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...
Mapped type is one of the type manipulations you can do with Typescript. It is useful when you want to derive a type from another type but have the...