UNPKG

nest-paapi-5

Version:

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

7 lines 238 B
import { MultiValuedAttribute } from "./multi-valued-attribute"; export type ExternalIds = { EANs?: MultiValuedAttribute; ISBNs?: MultiValuedAttribute; UPCs?: MultiValuedAttribute; }; //# sourceMappingURL=external-ids.d.ts.map