빌드 에러 수정

This commit is contained in:
kjs 2025-12-08 18:26:38 +09:00
parent 2b055757e2
commit e53515481b
1 changed files with 1 additions and 0 deletions

View File

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