vtils

Home > types > ValueOf

ValueOf type

Easily extract the type of a given object’s values

Signature:

export declare type ValueOf<T> = T[keyof T];