UNPKG

@hmcts/media-viewer

Version:
7 lines 288 B
import { ApiPersisted } from '../models/api-persisted.model'; import { Annotation } from './annotation-view/annotation.model'; export interface AnnotationSet extends ApiPersisted { documentId: string; annotations: Annotation[]; } //# sourceMappingURL=annotation-set.model.d.ts.map