You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
We already have
Partial<T>
andReadonly<T>
, which are defined in the following way:It would be great to have a way to define the opposite of
Partial<T>
, let's sayMandatory<T>
orStrict<T>
, etc.:Example. Let's say we have
IPerson
:Partial<IPerson>
would look like that:And the
Mandatory<IPerson>
:The text was updated successfully, but these errors were encountered: