共用方式為


ModelAddClosedListResponse type

包含 addClosedList 作業的回應資料。

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