Type helper to obtain the keys associated with a given value inside an object. Functions similarly to Pick, but checking assignability of values instead of keys.
Pick
The type of the object
The type of one of O's values.
Type helper to obtain the keys associated with a given value inside an object.
Functions similarly to
Pick
, but checking assignability of values instead of keys.