UNPKG

lml-main

Version:

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

12 lines 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var redux_rx_http_1 = require("redux-rx-http"); exports.POST_RETURN_TO_DEPOT = redux_rx_http_1.createRxHttpActionTypes('POST_RETURN_TO_DEPOT'); exports.postReturnToDepot = function (data) { return redux_rx_http_1.rxHttpPost('/v1/booking/order/returntodepot', exports.POST_RETURN_TO_DEPOT, data, { args: { data: data } }); }; //# sourceMappingURL=return-to-depot.js.map