FeaturesUpdatePhraseListResponse type
Obsahuje data odpovědi pro operaci updatePhraseList.
type FeaturesUpdatePhraseListResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}