Typescript: How to derive one type from another using a map within the same interface

后端 未结 0 1632
栀梦
栀梦 2020-12-18 21:20

I have the following type definitions

const enum INV_SEARCH_OPERATOR {
    EQUAL = "EQUAL",
    LIKE = "LIKE",
    CONTAINS = "CONTAI         


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