GetImageCountResponse type

getImageCount işlemi için yanıt verilerini içerir.

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