import Workload from 'ui/models/workload';
const CronJob = Workload.extend({});
export default CronJob;