FeaturesUpdatePhraseListResponse type
Contains response data for the updatePhraseList operation.
type FeaturesUpdatePhraseListResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}