Dela via


AnnotationsGetResponse type

Innehåller svarsdata för get-åtgärden.

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