Get subset of Union type based on Array values

前端 未结 0 337
情歌与酒
情歌与酒 2020-11-29 16:35

Given the following types:

// All possible values
type Alphabet = \'a\' | \'b\' | \'c\' | \'d\' | \'e\' // ... etc

//          


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