1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-08 04:50:06 +00:00

feat(sasjs/server): add SASBaseApiClient class

This commit is contained in:
Yury Shkoda
2021-09-28 10:38:29 +03:00
parent 2f1d403af4
commit 7e64819eb2
5 changed files with 148 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
export interface ExecutionQuery {
_program: string
}
export interface ExecutionResult {
log: string
logPath: string
}