export interface Annotation { src: string; technicalName: string; version: string; mediaType: string; data?: any; }