Share via


FeaturesDeletePhraseListResponse type

Bevat antwoordgegevens voor de bewerking deletePhraseList.

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