mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-03 10:40:06 +00:00
feat(*): recreate package with new name
This commit is contained in:
11
src/types/Job.ts
Normal file
11
src/types/Job.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Link } from "./Link";
|
||||
import { JobResult } from "./JobResult";
|
||||
|
||||
export interface Job {
|
||||
id: string;
|
||||
name: string;
|
||||
uri: string;
|
||||
createdBy: string;
|
||||
links: Link[];
|
||||
results: JobResult;
|
||||
}
|
||||
Reference in New Issue
Block a user