FeaturesUpdatePhraseListResponse type

يحتوي على بيانات الاستجابة لعملية updatePhraseList.

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