Condividi tramite


FeaturesDeletePhraseListResponse type

Contiene i dati di risposta per l'operazione deletePhraseList.

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