1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-12 06:40:06 +00:00

fix(executeJobSASjs): add parse webout response

This commit is contained in:
Yury Shkoda
2022-02-11 13:10:38 +03:00
parent b1979f63ef
commit 30a99f9cc5
3 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
export interface ExecutionQuery {
_program: string
_debug?: number
_returnLog?: boolean
}