grand commit
This commit is contained in:
@@ -8,6 +8,8 @@ export interface CartItem {
|
||||
title: string
|
||||
price: string | any
|
||||
image?: string | null
|
||||
imageWidth?: number | null
|
||||
imageHeight?: number | null
|
||||
}
|
||||
|
||||
interface CartState {
|
||||
|
||||
Reference in New Issue
Block a user