blob: 5412e46520fbec20b16bb80408ee2021022678da [file]
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { AnnotationDataPointer } from './AnnotationDataPointer';
export type AnnotationObservation = {
data_fields: Record<string, any>;
thumbs_up_thumbs_down: boolean | null;
data_pointers: Array<AnnotationDataPointer>;
};