Compartir a través de


AnnotationsGetResponse type

Contiene datos de respuesta para la operación get.

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