mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
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:
Vendored
+2
@@ -33,6 +33,8 @@ interface IItemLookupOptions {
|
||||
searchIndex?: string;
|
||||
truncateReviewsAt?: number;
|
||||
variationPage?: string;
|
||||
domain?: string;
|
||||
request?: Function;
|
||||
}
|
||||
|
||||
interface IBrowseNodeLookupOptions {
|
||||
|
||||
Reference in New Issue
Block a user