mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 00:50:05 +00:00
feat(jes-api): implement job execution via API to JES
This commit is contained in:
@@ -8,4 +8,5 @@ export interface Job {
|
||||
createdBy: string;
|
||||
links: Link[];
|
||||
results: JobResult;
|
||||
error?: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user