feat(editor): Refactor and unify executions views (no-changelog) (#8538)
This commit is contained in:
@@ -171,7 +171,7 @@ export interface IExecutionsListResponse {
|
||||
estimated: boolean;
|
||||
}
|
||||
|
||||
export interface IExecutionsStopData {
|
||||
export interface ExecutionStopResult {
|
||||
finished?: boolean;
|
||||
mode: WorkflowExecuteMode;
|
||||
startedAt: Date;
|
||||
|
||||
Reference in New Issue
Block a user