feat: add relative time and context menu in flows
This commit is contained in:
4
packages/types/index.d.ts
vendored
4
packages/types/index.d.ts
vendored
@@ -26,6 +26,7 @@ export interface IExecutionStep {
|
||||
dataOut: IJSONObject;
|
||||
status: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
export interface IExecution {
|
||||
@@ -34,6 +35,7 @@ export interface IExecution {
|
||||
flow: IFlow;
|
||||
testRun: boolean;
|
||||
executionSteps: IExecutionStep[];
|
||||
updatedAt: string;
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
@@ -61,6 +63,8 @@ export interface IFlow {
|
||||
userId: string;
|
||||
active: boolean;
|
||||
steps: IStep[];
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
export interface IUser {
|
||||
|
Reference in New Issue
Block a user