Share via


GetImageCountResponse type

getImageCount 操作の応答データを格納します。

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