Why is this AxiosResponse type being unwrapped when using await with Axios?

后端 未结 0 1900
猫巷女王i
猫巷女王i 2021-02-13 09:48

I am trying to do a post asynchronously in TypeScript using Axios as follows:

public registerUser = (body: RegisterDTO) => this.instance.post(\'/         


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