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


AnnotationsCreateResponse type

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

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