import { NoteGraphModel } from './note-graph-model'; export interface INoteGraphDataAdapter { toNoteGraphModel(): NoteGraphModel; }