mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-04 11:10:05 +00:00
chore(types): add code property to Job model
This commit is contained in:
@@ -6,6 +6,7 @@ export interface Job {
|
||||
name: string;
|
||||
uri: string;
|
||||
createdBy: string;
|
||||
code?: string;
|
||||
links: Link[];
|
||||
results: JobResult;
|
||||
error?: any;
|
||||
|
||||
Reference in New Issue
Block a user