FeaturesAddPhraseListResponse type
Contém dados de resposta para a operação addPhraseList.
type FeaturesAddPhraseListResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}