TypeScript Property doesn't exists on tagged union types

后端 未结 0 1610
别跟我提以往
别跟我提以往 2020-12-06 11:22

I have defined two interface like this:

interface SignInCleanResponse {
  type: string;
  payload: {
    action: string;
  }
}

interface SignInE         


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