UNPKG

@enable-tech/shared-types

Version:

This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.

13 lines 652 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.E_DeliveryParties = void 0; // ! NOTE: This type replaces the following type: EDeliveryParties // TODO: INDEX TO BE RENAMED TO FOLLOW THE NAMING CONVENTION OF ENUMS var E_DeliveryParties; (function (E_DeliveryParties) { E_DeliveryParties["Branch driver"] = "BRANCH_DRIVERS"; E_DeliveryParties["Last-mile driver"] = "THIRD_PARTY"; E_DeliveryParties["Company driver"] = "COMPANY_DRIVERS"; E_DeliveryParties["Ebutler Delivery"] = "E_BUTLER"; })(E_DeliveryParties || (exports.E_DeliveryParties = E_DeliveryParties = {})); //# sourceMappingURL=index.js.map