fix(BpmnUpdater): fix JSDoc

This commit is contained in:
Philipp
2023-04-05 10:07:34 +02:00
committed by Philipp Fromme
parent d210d6bb46
commit 75b438c157
2 changed files with 92 additions and 29 deletions

View File

@ -71,6 +71,7 @@ import {
* @typedef {Label & BpmnElement} BpmnLabel
* @typedef {Root & BpmnElement} BpmnRoot
* @typedef {Shape & BpmnElement} BpmnShape
* @typedef {BpmnRoot | BpmnShape} BpmnParent
*/
/**