1
0
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:
Krishna Acondy
2020-09-01 11:12:56 +01:00
parent 3c2487e423
commit 6b98bbce7c

View File

@@ -6,6 +6,7 @@ export interface Job {
name: string;
uri: string;
createdBy: string;
code?: string;
links: Link[];
results: JobResult;
error?: any;