Dela via


FeaturesDeletePhraseListResponse type

Innehåller svarsdata för åtgärden deletePhraseList.

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