| 1 | /* eslint-disable no-template-curly-in-string, @typescript-eslint/no-non-null-assertion */ |
| 2 | import core, { generateId, Hierarchy, ModelDb } from '@hcengineering/core' |
| 3 | import { exportProcess, importProcess } from '../exporter' |
| 4 | import { createDoc, genMinModel } from './minmodel' |
nothing calls this directly
no test coverage detected