lml-main
Version:
This is now a mono repository published into many standalone packages.
8 lines • 596 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const redux_rx_http_1 = require("redux-rx-http");
exports.GET_FREQUENCIES = redux_rx_http_1.createRxHttpActionTypes('GET_FREQUENCIES');
exports.POST_AUTO_ALLOCATION_GLOBAL = redux_rx_http_1.createRxHttpActionTypes('POST_AUTO_ALLOCATION_GLOBAL');
exports.POST_FREQUENCY_AUTO_ALLOCATION = redux_rx_http_1.createRxHttpActionTypes('POST_FREQUENCY_AUTO_ALLOCATION');
exports.PUT_FREQUENCY_AUTO_ALLOCATION_BATCH = redux_rx_http_1.createRxHttpActionTypes('PUT_FREQUENCY_AUTO_ALLOCATION_BATCH');
//# sourceMappingURL=api.js.map