UNPKG

nest-paapi-5

Version:

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

9 lines 243 B
export declare enum Condition { Any = "Any", Collectible = "Collectible", New = "New", Refurbished = "Refurbished", Used = "Used" } export type ConditionEnum = keyof typeof Condition; //# sourceMappingURL=condition.d.ts.map