Skip to content

Commit

Permalink
timestamp+result for job
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Oct 15, 2024
1 parent 63b65d2 commit 7934efe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/generate/JobInfo.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ import { JobStatus } from "./JobStatus";
export interface JobInfo {
id: string;
status: JobStatus;
timestamp: number;
result?: string;
}
2 changes: 1 addition & 1 deletion dist/generate/JobInfo.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/generate/JobInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ import { JobStatus } from "./JobStatus";
export interface JobInfo {
id: string;
status: JobStatus;
timestamp: number;
result?: string;
}

0 comments on commit 7934efe

Please sign in to comment.