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
The text was updated successfully, but these errors were encountered:
black7375
changed the title
New Type "RequiredByValueExcept<T, ValueType>", "OptionalByValueExcept<T, ValueType>"
New Type "RequiredByValueExcept<T, ValueType>", "PartialByValueExcept<T, ValueType>"
Oct 15, 2021
Is your feature request related to a real problem or use-case?
This is useful when defining parameter values for functions.
Describe a solution including usage in code example
Who does this impact? Who is this for?
I think this would be useful for defining default values and parameters.
Describe alternatives you've considered (optional)
Additional context (optional)
The naming convention has been unified.
https://stackoverflow.com/questions/52703321/make-some-properties-optional-in-a-typescript-type
The text was updated successfully, but these errors were encountered: