lml-main
Version:
This is now a mono repository published into many standalone packages.
7 lines • 417 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RELOAD_COURIER_LOCATIONS = 'RELOAD_COURIER_LOCATIONS';
exports.COURIER_HAS_NO_LOCATION = 'COURIER_HAS_NO_LOCATION';
exports.reloadCourierLocations = () => ({ type: exports.RELOAD_COURIER_LOCATIONS });
exports.courierHasNoLocation = (refId) => ({ type: exports.COURIER_HAS_NO_LOCATION, refId });
//# sourceMappingURL=locations.js.map