mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-07 13:04:16 +01:00
added objects to be transfered from parser to db
This commit is contained in:
@@ -15,6 +15,7 @@ import { commitType } from './gitGraphTypes.js';
|
||||
import { ImperativeState } from '../../utils/imperativeState.js';
|
||||
|
||||
import DEFAULT_CONFIG from '../../defaultConfig.js';
|
||||
|
||||
import type { GitGraphDiagramConfig } from '../../config.type.js';
|
||||
interface GitGraphState {
|
||||
commits: Map<string, Commit>;
|
||||
|
||||
Reference in New Issue
Block a user