共用方式為


GetTaggedImageCountResponse type

包含 getTaggedImageCount 作業的響應數據。

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