Skip to content

TypeAlias.ProcessKeys

github-actions[bot] edited this page Jun 9, 2026 · 26 revisions

umt / ProcessKeys

Type Alias: ProcessKeys<T, K>

ProcessKeys<T, K> = { [I in keyof K]: K[I] extends string ? ConstructNestedObject<K[I], GetValueAtPath<T, K[I]>> : never }[number]

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

Type Parameters

T

T extends object

K

K extends readonly PickDeepKey<T>[]

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally