共用方式為


AnnotationsCreateResponse type

包含建立作業的回應資料。

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