UNPKG

@getgreenspark/reports

Version:
17 lines (16 loc) 723 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ImpactPurchaseWithPriceTypeEnum = void 0; /** * @export * @enum {string} */ var ImpactPurchaseWithPriceTypeEnum; (function (ImpactPurchaseWithPriceTypeEnum) { ImpactPurchaseWithPriceTypeEnum["Trees"] = "trees"; ImpactPurchaseWithPriceTypeEnum["Carbon"] = "carbon"; ImpactPurchaseWithPriceTypeEnum["Plastic"] = "plastic"; ImpactPurchaseWithPriceTypeEnum["Kelp"] = "kelp"; ImpactPurchaseWithPriceTypeEnum["Water"] = "water"; ImpactPurchaseWithPriceTypeEnum["Bees"] = "bees"; })(ImpactPurchaseWithPriceTypeEnum = exports.ImpactPurchaseWithPriceTypeEnum || (exports.ImpactPurchaseWithPriceTypeEnum = {}));