enum Brands {
'xxx',
'yyy'
// Note that www.foo.com and www.bar.com could be in
// *another* enum, and you could use the URL_MAP to
// connect the two enums. But either way you'll want the
// object for dynamic lookups
const URL_MAP = {
[Brands.xxx]: "www.foo.com",