UNPKG

ts-essentials

Version:

All essential TypeScript types in one place

3 lines (2 loc) 149 B
import { PickKeysByValue } from "../pick-keys-by-value"; export declare type PickProperties<Type, Value> = Pick<Type, PickKeysByValue<Type, Value>>;