TypeScript How to make String Union Type to a concrete Obnject Type?

前端 未结 0 960
借酒劲吻你
借酒劲吻你 2021-01-26 10:58

how can i implement this:

type ActionNames = \'init\' | \'reset\';

type UnionToObj = {/* TODO HERE */}

type Result = UnionToObj;
//          


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