import { ISODateTimeString } from "./ISODateTimeStrings"; export interface IAnnotationInfo { lastAnnotated?: ISODateTimeString; }