EnumLookupObject: { [key: string]: string | number }

Defines the "lookup object" of an enum.

enum Direction { Left, Right };