Merge pull request '빌드 에러 수정' (#256) from feature/screen-management into main

Reviewed-on: http://39.117.244.52:3000/kjs/ERP-node/pulls/256
This commit is contained in:
kjs
2025-12-08 18:26:56 +09:00

View File

@@ -27,6 +27,7 @@ export type NodeType =
| "restAPISource"
| "condition"
| "dataTransform"
| "aggregate"
| "insertAction"
| "updateAction"
| "deleteAction"