fix(editor): Fix ts errors across the board (no-changelog) (#9561)

This commit is contained in:
Tomi Turtiainen
2024-05-31 10:48:09 +03:00
committed by GitHub
parent 5887ed6498
commit 93fb9b5393
6 changed files with 66 additions and 52 deletions

View File

@@ -430,8 +430,8 @@ export interface IExecutionsCurrentSummaryExtended {
id: string;
finished?: boolean;
mode: WorkflowExecuteMode;
retryOf?: string;
retrySuccessId?: string;
retryOf?: string | null;
retrySuccessId?: string | null;
startedAt: Date;
stoppedAt?: Date;
workflowId: string;