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