chore: Differentiate trigger and action output types

This commit is contained in:
Faruk AYDIN
2022-10-21 19:14:00 +02:00
parent 64807fbc11
commit 7e2dd95134
8 changed files with 19 additions and 17 deletions

View File

@@ -59,10 +59,14 @@ const globalVariable = async (
id: execution?.id,
testRun,
},
output: {
triggerOutput: {
data: [],
error: null,
},
actionOutput: {
data: null,
error: null,
},
};
$.http = createHttpClient({