@tempots/dom

GetValueTypes type

Gets the value types of a given array of Value types.

Signature:

export type GetValueTypesextends Value<unknown>[]> = {
    [K in keyof T]: GetValueType;
};

References: Value, GetValueType