Skip to main content

TypeAlias.ObjectEnum

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

Type Parameters

Type Parameter
T extends { [K: string]: string; }