refactor: env, cartUrl optional, other consistencies

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-09-19 17:35:46 -04:00
parent 393d5f6898
commit 8c5d7d0c49
19 changed files with 80 additions and 83 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ interface Link {
}
export interface Store {
cartUrl: string;
cartUrl?: string;
links: Link[];
name: string;
}