1
0
mirror of https://github.com/sasjs/server.git synced 2026-06-10 18:30:22 +00:00

feat(executor): improved api response

This commit is contained in:
Yury Shkoda
2021-10-05 17:24:20 +03:00
parent 52275ba67d
commit 707b503942
4 changed files with 74 additions and 82 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export interface ExecutionResult {
webout: object
webout?: string
log?: string
logPath?: string
}