UNPKG

mermaid

Version:

Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.

8 lines (7 loc) 190 B
import type { DiagramDB } from '../../diagram-api/types.js'; export interface InfoFields { version: string; } export interface InfoDB extends DiagramDB { getVersion: () => string; }