Turning off eslint rule for an interface?

前端 未结 0 530
南旧
南旧 2021-02-19 04:37

I have TypeScript interfaces that I use in Axios and they\'re ugly since my API requires them in that way:

interface MyImage {
  URI: string,
  Width?: number,
           


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