AnnotationsCreateResponse type

Contains response data for the create operation.

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