UNPKG

nest-paapi-5

Version:

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

7 lines 296 B
import { SingleStringValuedAttribute } from "./single-string-valued-attribute"; export type ManufactureInfo = { ItemPartNumber?: SingleStringValuedAttribute; Model?: SingleStringValuedAttribute; Warranty?: SingleStringValuedAttribute; }; //# sourceMappingURL=manufacture-info.d.ts.map