UNPKG

nest-paapi-5

Version:

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

7 lines 220 B
import { SearchRefinementBin } from "./search-refinement-bin"; export type SearchRefinement = { Id: string; DisplayName: string; Bins: SearchRefinementBin[]; }; //# sourceMappingURL=search-refinement.d.ts.map