Create an Array from flow type?

前端 未结 0 822
轮回少年
轮回少年 2020-12-07 04:43

I have a string type like this:

export type Event =
  | \'AttachmentAdded\'
  | \'AttachmentRemoved\'
  | \'FieldUpdate\'
  | \'Pause\'
  | \'ReferenceAdded\'         


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