UNPKG

nest-paapi-5

Version:

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

7 lines 315 B
import { MultiValuedAttribute } from "./multi-valued-attribute"; import { SingleStringValuedAttribute } from "./single-string-valued-attribute"; export type TechnicalInfo = { EnergyEfficiencyClass?: SingleStringValuedAttribute; Formats?: MultiValuedAttribute; }; //# sourceMappingURL=technical-info.d.ts.map