次の方法で共有


FeaturesUpdatePhraseListResponse type

updatePhraseList 操作の応答データを格納します。

type FeaturesUpdatePhraseListResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}