mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 16:57:34 +00:00
feat: update for complex add to cart, fix nvidia (#108)
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import {Browser} from 'puppeteer';
|
||||
|
||||
export interface Link {
|
||||
brand: string;
|
||||
cartUrl?: string;
|
||||
model: string;
|
||||
series: string;
|
||||
brand: string;
|
||||
model: string;
|
||||
url: string;
|
||||
cartUrl?: string;
|
||||
openCartAction?: (browser: Browser) => void;
|
||||
screenshot?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user