chore(store): filter amazon third party vendors (#126)

This commit is contained in:
Jef LeCompte
2020-09-20 16:45:56 -04:00
committed by GitHub
parent 770a13ac35
commit 07b2da4fe9
13 changed files with 115 additions and 115 deletions
+5 -5
View File
@@ -1,14 +1,14 @@
export interface Link {
series: string;
brand: string;
model: string;
url: string;
cartUrl?: string;
model: string;
series: string;
url: string;
}
export interface Labels {
oosList: string[];
captchaList?: string[];
outOfStock: string[];
captcha?: string[];
}
export interface Store {