* 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>
6 lines
190 B
Markdown
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.
|