How to set a type depends on function arguments in typescript?

前端 未结 0 1305
无人共我
无人共我 2020-11-28 09:37

My test code

type Config = {
  id: string;
  password: string;
}

type TrueTypeConfig = Config & {
  emailId: number;
  paymentId: number         


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