src/types.js
fe944750
 export type JobId = string;
 
 export type JobTime = {
   jobId: JobId,
   time: number
 };