UNPKG

nest-paapi-5

Version:

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

6 lines 187 B
import { TradeInPrice } from "./traded-in-price"; export type TradeInInfo = { IsEligibleForTradeIn?: boolean; Price?: TradeInPrice; }; //# sourceMappingURL=traded-in-info.d.ts.map