import { IShapeData } from "Shape"; export interface IAnnotation { comment?: string; id: string; mark: T; }