UNPKG

lml-main

Version:

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

5 lines 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SET_SELECTED_COURIER_ACTION = 'SET_SELECTED_COURIER_ACTION'; exports.setSelectedCourierAction = (courierAction) => ({ type: exports.SET_SELECTED_COURIER_ACTION, courierAction }); //# sourceMappingURL=courier-action.js.map