| /* 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>; | |
| }; |