EnumMembers<V>: {
    [prop: string]: V | null | IndexedEnumMember<V>;
}

Type Parameters