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.

9 lines 434 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.E_ClientSideBenefitType = void 0; // ! NOTE: This type replaces the following type: ClientSideBenefitType var E_ClientSideBenefitType; (function (E_ClientSideBenefitType) { E_ClientSideBenefitType["FREE"] = "free"; })(E_ClientSideBenefitType || (exports.E_ClientSideBenefitType = E_ClientSideBenefitType = {})); //# sourceMappingURL=index.js.map