Type helper to mark all properties in T as optional, while still mandating that at least 1 of its properties be present.
T
Distinct from Partial as this requires at least 1 property to not be undefined.
Partial
The object type to render partial
Type helper to mark all properties in
T
as optional, while still mandating that at least 1 of its properties be present.Distinct from
Partial
as this requires at least 1 property to not be undefined.