Skip to content

ObjectValues (Type)

type ObjectValues<T> = T[keyof T];

Defined in: types/ObjectValues.ts:2

Helper type to capture just the values of an object/record.

Type Parameter
T