FeaturesGetPhraseListResponse type

Obsahuje data odpovědi pro operaci getPhraseList.

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