1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-13 15:10:06 +00:00

Added suggestions

This commit is contained in:
2020-07-16 15:02:40 -04:00
parent 334a849caa
commit 9598c11f42
31 changed files with 258 additions and 206 deletions

View File

@@ -8,4 +8,4 @@ export interface Job {
createdBy: string;
links: Link[];
results: JobResult;
}
}