UNPKG

nest-paapi-5

Version:

A NestJS module for Amazon's Product Advertising API 5.0 (PAAPI5)

12 lines 420 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Condition = void 0; var Condition; (function (Condition) { Condition["Any"] = "Any"; Condition["Collectible"] = "Collectible"; Condition["New"] = "New"; Condition["Refurbished"] = "Refurbished"; Condition["Used"] = "Used"; })(Condition || (exports.Condition = Condition = {})); //# sourceMappingURL=condition.js.map