Represents a generated enum.

interface EnumObject {
    [key: number]: string;
}

Indexable

[key: number]: string

Generated using TypeDoc