chore: Differentiate trigger and action output types

This commit is contained in:
Faruk AYDIN
2022-10-22 13:48:55 +02:00
parent 64807fbc11
commit 7e2dd95134
8 changed files with 19 additions and 17 deletions
@@ -59,10 +59,14 @@ const globalVariable = async (
id: execution?.id,
testRun,
},
output: {
triggerOutput: {
data: [],
error: null,
},
actionOutput: {
data: null,
error: null,
},
};
$.http = createHttpClient({