Type Alias GetSpanAnnotationsResult

GetSpanAnnotationsResult: {
    annotations: GetSpanAnnotationsResponse["content"]["application/json"]["data"];
    nextCursor: GetSpanAnnotationsResponse["content"]["application/json"]["next_cursor"];
}

Type declaration

  • annotations: GetSpanAnnotationsResponse["content"]["application/json"]["data"]
  • nextCursor: GetSpanAnnotationsResponse["content"]["application/json"]["next_cursor"]