Skip to content

TypeAlias.PickDeep

github-actions[bot] edited this page Jul 8, 2026 · 34 revisions

umt / PickDeep

Type Alias: PickDeep<T, K>

PickDeep<T, K> = UnionToIntersection<ProcessKeys<T, K>>

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

Type Parameters

T

T extends object

K

K extends readonly PickDeepKey<T>[]

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally