AnnotationInteraction
import { AnnotationData } from './AnnotationData';
import { Interactiontype } from './Interactiontype';
export interface AnnotationInteraction {
  Version: string;
  Annotation: AnnotationData;
  Interaction: Interactiontype;
}
{
  "Version": "String",
  "Annotation": "AnnotationData",
  "Interaction": "Interactiontype"
}