共用方式為


ModelAddExplicitListItemResponse type

包含 addExplicitListItem 作業的回應資料。

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