Type Alias EntityAnnotation

EntityAnnotation: {
    contentText: string;
    data: RelatedElementSpec;
    id: string;
}