빌드 에러 수정 #256

Merged
kjs merged 2 commits from feature/screen-management into main 2025-12-08 18:26:57 +09:00
1 changed files with 1 additions and 0 deletions

View File

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