Type alias StringEnum

StringEnum: {
    [key: string]: string;
}

This type provides some TypeScript magic to allow fallible reverse mapping of string-valued enums.

Type declaration

  • [key: string]: string

Generated using TypeDoc