@getgreenspark/reports
Version:
Greenspark Reports API SDK
17 lines (16 loc) • 723 B
JavaScript
;
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 = {}));