Поделиться через


FeaturesGetPhraseListResponse type

Содержит данные ответа для операции getPhraseList.

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