1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-07 06:30:06 +00:00
Files
server/src/types/sas.ts
2021-10-05 17:24:20 +03:00

6 lines
89 B
TypeScript

export interface ExecutionResult {
webout?: string
log?: string
logPath?: string
}