mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
refactor: env, cartUrl optional, other consistencies
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ interface Link {
|
||||
}
|
||||
|
||||
export interface Store {
|
||||
cartUrl: string;
|
||||
cartUrl?: string;
|
||||
links: Link[];
|
||||
name: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user