共用方式為


ModelAddSubListResponse type

包含 addSubList 作業的回應資料。

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