FeaturesUpdatePhraseListResponse type
Innehåller svarsdata för åtgärden updatePhraseList.
type FeaturesUpdatePhraseListResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}