1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-13 00:50:06 +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

View File

@@ -1,5 +1,5 @@
export interface ExecutionResult {
webout: object
webout?: string
log?: string
logPath?: string
}