added 2 missing defs (domain+request)

This commit is contained in:
Rene Kiupel 2018-05-16 17:15:10 +02:00 committed by GitHub
parent c0fe97a75b
commit 91c0804fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,8 @@ interface IItemLookupOptions {
searchIndex?: string;
truncateReviewsAt?: number;
variationPage?: string;
domain?: string;
request?: Function;
}
interface IBrowseNodeLookupOptions {