chore: Update objectionjs version to 3

This commit is contained in:
Faruk AYDIN
2022-02-26 18:05:12 +03:00
committed by Ömer Faruk Aydın
parent 61c1f3a300
commit 70bb79ab6c
9 changed files with 85 additions and 200 deletions

View File

@@ -4,7 +4,7 @@ import ExecutionStep from './execution-step';
class Execution extends Base {
id!: string;
flowId!: number;
flowId!: string;
testRun: boolean;
executionSteps: ExecutionStep[];