Files
vue-flow/.changeset/modern-rocks-breathe.md
T
Braks 6008d63304 refactor(core): separate import and export objects and interfaces (#1978)
* refactor(core): separate import and export objects and interfaces

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(changeset): add

* chore: cleanup

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2025-11-21 21:53:58 +01:00

6 lines
190 B
Markdown

---
"@vue-flow/core": minor
---
Separate flow import and export object shapes and interfaces. An export object has all fields as required, while an import object makes all fields optional.