Поделиться через


GetImageCountResponse type

Содержит данные ответа для операции getImageCount.

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