refactor: Implement test run helper to work with services
This commit is contained in:
1
packages/types/index.d.ts
vendored
1
packages/types/index.d.ts
vendored
@@ -270,6 +270,7 @@ export type IGlobalVariable = {
|
||||
};
|
||||
execution?: {
|
||||
id: string;
|
||||
testRun: boolean;
|
||||
}
|
||||
process?: (triggerDataItem: ITriggerDataItem) => Promise<void>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user