Merge pull request #25820 from ZaidoR1/patch-1

added 2 missing defs (domain+request) in amazon-product-api for IItemLookupOptions
This commit is contained in:
Daniel Rosenwasser
2018-05-21 17:52:24 -07:00
committed by GitHub
+2
View File
@@ -33,6 +33,8 @@ interface IItemLookupOptions {
searchIndex?: string;
truncateReviewsAt?: number;
variationPage?: string;
domain?: string;
request?: Function;
}
interface IBrowseNodeLookupOptions {