feat(eom): added in historical inv data split accordingly
This commit is contained in:
6
server/types/JobInfo.ts
Normal file
6
server/types/JobInfo.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface JobInfo {
|
||||
id: string;
|
||||
schedule: string;
|
||||
nextRun: Date | null;
|
||||
isRunning: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user