FeaturesUpdatePhraseListResponse type

Enthält Antwortdaten für den Vorgang updatePhraseList.

type FeaturesUpdatePhraseListResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}