빌드 에러 수정

This commit is contained in:
kjs
2025-12-08 18:26:38 +09:00
parent 2b055757e2
commit e53515481b

View File

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