How to update typescript type using void function?

前端 未结 0 2024
北恋
北恋 2020-11-27 03:01

Is there a way to do it?

Sandbox.

type X = {
  p1: string
  p2: number
}

type Y = {
  p1: string
  p2: number
  p3: boolean
}

const app = (x: X)=>         


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