feat: add executions page
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
ab82134b88
commit
2218ffd790
2
packages/types/index.d.ts
vendored
2
packages/types/index.d.ts
vendored
@@ -29,8 +29,10 @@ export interface IExecutionStep {
|
||||
export interface IExecution {
|
||||
id: string;
|
||||
flowId: string;
|
||||
flow: IFlow;
|
||||
testRun: boolean;
|
||||
executionSteps: IExecutionStep[];
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
export interface IStep {
|
||||
|
Reference in New Issue
Block a user