UNPKG

nest-paapi-5

Version:

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

40 lines 871 B
export declare const Region: { "us-east-1": string; "us-west-2": string; "eu-west-1": string; }; export type Region = (typeof Region)[keyof typeof Region]; export declare const CountryCode: { AU: string; BE: string; BR: string; CA: string; EG: string; FR: string; DE: string; IN: string; IT: string; JP: string; MX: string; NL: string; PL: string; SG: string; SA: string; ES: string; SE: string; TR: string; AE: string; GB: string; US: string; }; export type CountryCode = (typeof CountryCode)[keyof typeof CountryCode]; export type HostAndRegion = { [key in CountryCode]: { country: string; region: Region; host: string; marketplace: string; }; }; export declare const HostAndRegion: HostAndRegion; //# sourceMappingURL=index.d.ts.map