Skip to content

TypeAlias.ConstructNestedObject

github-actions[bot] edited this page May 21, 2026 · 27 revisions

umt / ConstructNestedObject

Type Alias: ConstructNestedObject<P, V>

ConstructNestedObject<P, V> = P extends `${infer Key}.${infer Rest}` ? { [K in Key]: ConstructNestedObject<Rest, V> } : { [K in P]: V }

Defined in: types/object/pickDeep.ts:20

Type Parameters

P

P extends string

V

V

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally