mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
refactor: move cartUrl from Store to Link (#87)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
interface Link {
|
||||
cartUrl?: string;
|
||||
brand: string;
|
||||
model: string;
|
||||
url: string;
|
||||
@@ -7,7 +8,6 @@ interface Link {
|
||||
}
|
||||
|
||||
export interface Store {
|
||||
cartUrl?: string;
|
||||
links: Link[];
|
||||
name: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user