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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user