mirror of
https://github.com/sasjs/server.git
synced 2026-01-14 01:10:05 +00:00
feat(api): set up endpoint for sas code execution
This commit is contained in:
4
src/types/sas.ts
Normal file
4
src/types/sas.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface ExecutionResult {
|
||||
log: string
|
||||
logPath: string
|
||||
}
|
||||
Reference in New Issue
Block a user