Merge branch 'main' into issue-553

This commit is contained in:
Ali BARIN
2022-10-08 15:03:51 +02:00
committed by GitHub
122 changed files with 14036 additions and 3174 deletions

View File

@@ -11,7 +11,7 @@ class Flow extends Base {
name!: string;
userId!: string;
active: boolean;
steps?: [Step];
steps: Step[];
published_at: string;
static tableName = 'flows';