diff --git a/packages/types/index.d.ts b/packages/types/index.d.ts index 0685adf4..6701a7c5 100644 --- a/packages/types/index.d.ts +++ b/packages/types/index.d.ts @@ -40,6 +40,7 @@ export interface IExecution { flowId: string; flow: IFlow; testRun: boolean; + status: 'success' | 'failure'; executionSteps: IExecutionStep[]; updatedAt: string; createdAt: string;