import { Text } from "./Text"; import { IAnnotation } from "./IAnnotation"; export interface INote extends IAnnotation { content: Text; }