ListManagementTermDeleteAllTermsResponse type

Contains response data for the deleteAllTerms operation.

type ListManagementTermDeleteAllTermsResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}