export type JobId = string; export type JobTime = { jobId: JobId, time: number };