From interface to OpenAPI schema definition

前端 未结 0 547
生来不讨喜
生来不讨喜 2021-01-07 01:38

Let\'s suppose I have this interface:

export interface User {
    name: {
        firstName: string,
        lastName: string
    }
}

Is ther

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