Transforms a type T by allowing null as an additional type for its nullable properties.
T
null
The type whose properties are to be transformed.
A new type with properties of T where each nullable property is also allowed to be null.
Generated using TypeDoc
Transforms a type
T
by allowingnull
as an additional type for its nullable properties.