Build a strongly-typed configuration object from a nested shape.
id(seg?)
tag(seg?)
The nested shape type, e.g. { user: { byId: undefined } }.
{ user: { byId: undefined } }
Nested object whose leaves are undefined.
undefined
A structure mirroring input with id() and tag() at each node.
input
id()
tag()
Build a strongly-typed configuration object from a nested shape.
id(seg?)
andtag(seg?)
to generate colon-delimited keys.