UNPKG

nest-paapi-5

Version:

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

8 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PartnerType = void 0; var PartnerType; (function (PartnerType) { PartnerType["Associates"] = "Associates"; })(PartnerType || (exports.PartnerType = PartnerType = {})); //# sourceMappingURL=partner-type.js.map