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


GetUntaggedImageCountResponse type

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

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