Share via


FeaturesGetPhraseListResponse type

Contiene datos de respuesta para la operación getPhraseList.

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