UNPKG

nest-paapi-5

Version:

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

7 lines 181 B
import { ImageSize } from "./image-size"; export type ImageType = { Small?: ImageSize; Medium?: ImageSize; Large?: ImageSize; }; //# sourceMappingURL=image-type.d.ts.map