FeaturesGetPhraseListResponse type
Contém dados de resposta para a operação getPhraseList.
type FeaturesGetPhraseListResponse = PhraseListFeatureInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PhraseListFeatureInfo
}
}