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>
This commit is contained in:
Braks
2025-10-23 16:30:27 +02:00
parent 62a1d41a43
commit 6008d63304
4 changed files with 14 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
---
"@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.