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