ObjectValues (Type)
Type Aliases
Section titled “Type Aliases”ObjectValues
Section titled “ObjectValues”type ObjectValues<T> = T[keyof T];Defined in: types/ObjectValues.ts:2
Helper type to capture just the values of an object/record.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
T |
