TS2322 for with subcomponents and

后端 未结 0 652
遥遥无期
遥遥无期 2020-12-15 06:12

For the following types:

interface BaseQuestionType {
  label?: string
}
export type RadioQuestionType = BaseQuestionType & {
  type: \'radio\'
}
export t         


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