Partial-izes an object, except for the given RequiredKeys, which are converted to be required.
For the recursive version, see RecursivePartialExcept.
Type or interface to transform.
Optional. Keys that must be included. Default never.
never
2.0.0-alpha
Partial-izes an object, except for the given RequiredKeys, which are converted to be required.
For the recursive version, see RecursivePartialExcept.