Type Alias EnumObject<T, V>

EnumObject<T, V>: Record<EnumKey<T>, V>

Type Parameters