共用方式為


GetTaggedImageCountResponse type

包含 getTaggedImageCount 作業的回應資料。

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