import { Annotation } from '@annotorious/annotorious/src'; export interface PixiLayerClickEvent { originalEvent: PointerEvent; annotation?: I; }