mirror of
https://github.com/sasjs/server.git
synced 2026-01-12 00:30:06 +00:00
feat(executor): response with webout
This commit is contained in:
@@ -2,6 +2,7 @@ import { MacroVars } from '@sasjs/utils'
|
||||
export interface ExecutionQuery {
|
||||
_program: string
|
||||
macroVars?: MacroVars
|
||||
_debug?: boolean
|
||||
}
|
||||
|
||||
export const isRequestQuery = (arg: any): arg is ExecutionQuery =>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export interface ExecutionResult {
|
||||
log: string
|
||||
logPath: string
|
||||
webout: object
|
||||
log?: string
|
||||
logPath?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user