mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 15:47:35 +00:00
feat: use ts, update cd, update README (#12)
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
interface Link {
|
||||
brand: string;
|
||||
model: string;
|
||||
url: string;
|
||||
oosLabels: string[];
|
||||
}
|
||||
|
||||
export interface Store {
|
||||
cartUrl: string;
|
||||
links: Link[];
|
||||
name: string;
|
||||
}
|
||||
Reference in New Issue
Block a user