Aracılığıyla paylaş


FeaturesDeletePhraseListResponse type

deletePhraseList işleminin yanıt verilerini içerir.

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