mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-06 20:10:05 +00:00
fix: fix calls to SASjsApi endpoints
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
export interface ExecutionQuery {
|
||||
_program: string
|
||||
}
|
||||
|
||||
export interface ExecutionResult {
|
||||
log: string
|
||||
logPath: string
|
||||
_debug?: number
|
||||
_log?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user