1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +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 {
_program: string
macroVars?: MacroVars
_debug?: boolean
_debug?: number
}
export interface FileQuery {