mirror of
https://github.com/sasjs/server.git
synced 2026-01-07 06:30:06 +00:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
export interface ExecutionResult {
|
|
webout?: string
|
|
log?: string
|
|
logPath?: string
|
|
}
|