mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 11:24:35 +00:00
chore: change _debug param type from boolean to number i ExecutionQuery interface
This commit is contained in:
@@ -3,7 +3,7 @@ import { MacroVars } from '@sasjs/utils'
|
||||
export interface ExecutionQuery {
|
||||
_program: string
|
||||
macroVars?: MacroVars
|
||||
_debug?: boolean
|
||||
_debug?: number
|
||||
}
|
||||
|
||||
export interface FileQuery {
|
||||
|
||||
Reference in New Issue
Block a user