blob: da6981fa757d8326b6237f68c6ab2047c14c1b38 [file]
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { AnnotationObservation } from './AnnotationObservation';
/**
* Generic link for indexing job -- can be exposed in 'admin mode' in the UI
*/
export type AnnotationUpdate = {
span_id?: string | null;
step_name: string;
tags?: Array<string> | null;
observations: Array<AnnotationObservation>;
};