feat: add product to cart

:%s
This commit is contained in:
DatNguyen
2021-10-14 14:17:23 +07:00
parent df679163c5
commit 833c5205b2
12 changed files with 215 additions and 19 deletions

View File

@@ -71,3 +71,5 @@ export type PromiseWithKey = {
promise: PromiseLike<any>
keyResult?: string,
}
export type SelectedOptions = Record<string, string | null>