Compare commits

...

3 Commits

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"