mirror of
https://github.com/sasjs/adapter.git
synced 2026-04-14 01:43:13 +00:00
feat(sasjs/server): add SASBaseApiClient class
This commit is contained in:
8
src/types/ExecuteScript.ts
Normal file
8
src/types/ExecuteScript.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface ExecutionQuery {
|
||||
_program: string
|
||||
}
|
||||
|
||||
export interface ExecutionResult {
|
||||
log: string
|
||||
logPath: string
|
||||
}
|
||||
@@ -21,6 +21,7 @@ export class SASjsConfig {
|
||||
* will use '/SASJobExecution' on SAS Viya.
|
||||
*/
|
||||
pathSASViya: string = ''
|
||||
pathSASBase: string = ''
|
||||
/**
|
||||
* The appLoc is the parent folder under which the SAS services (STPs or Job
|
||||
* Execution Services) are stored. We recommend that each app is stored in
|
||||
|
||||
Reference in New Issue
Block a user