mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-26 04:32:44 +08:00
chore: move model types to dedicated model
directory
This commit is contained in:
@ -13,8 +13,8 @@ import {
|
||||
} from '../../util/ModelUtil';
|
||||
|
||||
/**
|
||||
* @typedef {import('../../BaseModeler').Moddle} Moddle
|
||||
* @typedef {import('../../BaseViewer').ModdleElement} ModdleElement
|
||||
* @typedef {import('../../model/Types').Moddle} Moddle
|
||||
* @typedef {import('../../model/Types').ModdleElement} ModdleElement
|
||||
*
|
||||
* @typedef {import('diagram-js/lib/util/Types').Point} Point
|
||||
*/
|
||||
|
Reference in New Issue
Block a user