Typescript type/interface definition to (JavaScript) string

前端 未结 0 435
一生所求
一生所求 2021-02-15 04:22

Say I have an interface defined like this:

interface MyInterface {
   myProp1: string,
   myProp2: number
}

What I want is a string representatio

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