UNPKG

124 BTypeScriptView Raw
1import { PickProperties } from "../pick-properties";
2export type PickKeys<Type, Value> = keyof PickProperties<Type, Value>;