ObjectValues (Type)
Type Aliases
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
| Type Parameter |
|---|
T |
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 |