UNPKG

note-graph

Version:

a generic visualization tool designed to show the structure of the document space and the relations between each doc

5 lines (4 loc) 140 B
import { NoteGraphModel } from './note-graph-model'; export interface INoteGraphDataAdapter { toNoteGraphModel(): NoteGraphModel; }