UNPKG

ts-essentials

Version:
3 lines (2 loc) 124 B
import { PickProperties } from "../pick-properties"; export type PickKeys<Type, Value> = keyof PickProperties<Type, Value>;