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