mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
added 2 missing defs (domain+request)
This commit is contained in:
parent
c0fe97a75b
commit
91c0804fde
2
types/amazon-product-api/index.d.ts
vendored
2
types/amazon-product-api/index.d.ts
vendored
@ -33,6 +33,8 @@ interface IItemLookupOptions {
|
||||
searchIndex?: string;
|
||||
truncateReviewsAt?: number;
|
||||
variationPage?: string;
|
||||
domain?: string;
|
||||
request?: Function;
|
||||
}
|
||||
|
||||
interface IBrowseNodeLookupOptions {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user