共用方式為


ListManagementTermListsDeleteMethodResponse type

包含 deleteMethod 作業的回應資料。

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