import { INote } from "./INote"; export interface IComment extends INote { }