blob: 5c989a00bf62eff9ab49510c7a25837c0a6229cc [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 AnnotationCreate = {
span_id: string | null;
step_name: string;
tags: Array<string>;
observations: Array<AnnotationObservation>;
};