Compare commits

..

3 Commits

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"