E0249: computed enum member name must be a simple string
TypeScript enum members can be named using a string literal. The string literal
must not contain parentheses, concatenation, or anything other than a basic
string:
To fix this error, simplify the member name into a string literal: