UNPKG

nest-paapi-5

Version:

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

9 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Merchant = void 0; var Merchant; (function (Merchant) { Merchant["All"] = "All"; Merchant["Amazon"] = "Amazon"; })(Merchant || (exports.Merchant = Merchant = {})); //# sourceMappingURL=merchant.js.map