AutoJobWithHistory type
Signature:
export type AutoJobWithHistory = {
job: AutoJob;
history: JobHistoryEntry[];
primaryRole?: ActiveRoleEntry;
backupRole?: ActiveRoleEntry;
};
References: AutoJob, JobHistoryEntry, ActiveRoleEntry
Signature:
export type AutoJobWithHistory = {
job: AutoJob;
history: JobHistoryEntry[];
primaryRole?: ActiveRoleEntry;
backupRole?: ActiveRoleEntry;
};
References: AutoJob, JobHistoryEntry, ActiveRoleEntry