Is it possible to store an enum that contains an object?

后端 未结 0 1632
醉梦人生
醉梦人生 2020-12-05 04:07

I would like to create an enum like:

enum stores {
  STOREA = { label: "Amazon", value: "amazon" };
  STOREB = { label: "Walmart"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题