UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

8 lines 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RELOAD_JOBS = 'RELOAD_JOBS'; /** * Load all jobs by status */ exports.reloadJobs = (showData) => ({ type: exports.RELOAD_JOBS, showData }); //# sourceMappingURL=data.js.map