-
-
Notifications
You must be signed in to change notification settings - Fork 662
Open
Labels
Description
Type description + examples
Like SetOptional but works on deeply-nested properties
type Foo = { bar: { baz: string } }
type Example = SetOptionalDeep<Foo, "bar.baz">
// Example = { bar: { baz?: string } }Type source
No response
Search existing types and issues first
- I tried my best to look for it
som-sm and alker0