1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 04:20:05 +00:00

feat(executeJobSASjs): add _returnLog query option

This commit is contained in:
Yury Shkoda
2022-02-10 16:58:15 +03:00
parent 97c3cfd574
commit b1979f63ef

View File

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