共用方式為


GetUntaggedImageCountResponse type

包含 getUntaggedImageCount 作業的回應資料。

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