mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 14:37:41 +00:00
chore(store): filter amazon third party vendors (#126)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user