Creates an object type that extends another object type. Unlike with extendsObject, the keys of values that may be undefined are
not automatically treated as optional. You may explicitly provide type parameters when using …_noAutoOptional methods, and those may
include optional keys.
Creates an object type that extends another object type. Unlike with
extendsObject
, the keys of values that may beundefined
are not automatically treated as optional. You may explicitly provide type parameters when using…_noAutoOptional
methods, and those may include optional keys.