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


AnnotationsGetResponse type

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

type AnnotationsGetResponse = Annotation[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Annotation[]
  }
}