I do follow this idea to create an Enum(-like) structure in JavaScript with a Symbol:
const DATA = Object.freeze({ GOOD: Symbol("good"),