次の方法で共有


FeaturesGetPhraseListResponse type

getPhraseList 操作の応答データが含まれます。

type FeaturesGetPhraseListResponse = PhraseListFeatureInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PhraseListFeatureInfo
  }
}