export type JobProgress = string | boolean | number | object;
