What is the purpose of the Partial<T> built-in generic type in TypeScript?
To make all properties of T required.
To enforce strict null checking on T.
To make all properties of T optional.
To exclude properties from T.
This question is part of this quiz :
Generics in TypeScript QuizTypeScript | Generics in TypeScript | Question7