From 91c0804fdeef02a4591d8fed3a27d79997e54a96 Mon Sep 17 00:00:00 2001 From: Rene Kiupel Date: Wed, 16 May 2018 17:15:10 +0200 Subject: [PATCH] added 2 missing defs (domain+request) --- types/amazon-product-api/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/amazon-product-api/index.d.ts b/types/amazon-product-api/index.d.ts index 34bafd04f4..f266001632 100644 --- a/types/amazon-product-api/index.d.ts +++ b/types/amazon-product-api/index.d.ts @@ -33,6 +33,8 @@ interface IItemLookupOptions { searchIndex?: string; truncateReviewsAt?: number; variationPage?: string; + domain?: string; + request?: Function; } interface IBrowseNodeLookupOptions {