1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-16 02:10:05 +00:00

chore: change _debug param type from boolean to number i ExecutionQuery interface

This commit is contained in:
2021-10-22 17:46:29 +00:00
parent 4297285b26
commit 6284e72e9b

View File

@@ -3,7 +3,7 @@ import { MacroVars } from '@sasjs/utils'
export interface ExecutionQuery { export interface ExecutionQuery {
_program: string _program: string
macroVars?: MacroVars macroVars?: MacroVars
_debug?: boolean _debug?: number
} }
export interface FileQuery { export interface FileQuery {