Dela via


AnnotationsCreateResponse type

Innehåller svarsdata för skapandeåtgärden.

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