declare key type of for in loop in typescript

前端 未结 0 1390
梦谈多话
梦谈多话 2020-12-15 13:15

I have below code

const urlParams = new URLSearchParams(window.location.search);

interface PersonType {
    fname: string
    lname: string
}
const person: P         


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