feat(filter): add filter app

This commit is contained in:
Ali BARIN
2023-01-15 16:10:53 +01:00
parent 1f7228f95a
commit 5ee7b85cc4
22 changed files with 570 additions and 10993 deletions

View File

@@ -296,6 +296,7 @@ export type IGlobalVariable = {
execution?: {
id: string;
testRun: boolean;
exit: () => void;
};
lastExecutionStep?: IExecutionStep;
webhookUrl?: string;