UNPKG

nest-paapi-5

Version:

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

11 lines 403 B
import { GetBrowseNodesResource } from "./get-browse-nodes-resource"; import { PartnerType } from "./partner-type"; export type GetBrowseNodesRequest = { BrowseNodeIds?: string[]; LanguagesOfPreference?: string[]; Marketplace?: string; PartnerTag?: string; PartnerType?: PartnerType; Resources?: GetBrowseNodesResource[]; }; //# sourceMappingURL=get-browse-nodes-request.d.ts.map