Condividi tramite


FeaturesUpdatePhraseListResponse type

Contiene i dati di risposta per l'operazione updatePhraseList.

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