export const getCartItems = map<CartItems>({
id1: {
id: 'id1',
quantity: 1,
type: 'product',
meta: {
// Some static values ...
}
},
id2: {
id: 'id2',
quantity: 1,
type: 'product',
meta: {
// Some static values ...
}
},
})
export const getCartItems = map<CartItems>({
id1: {
id: 'id1',
quantity: 1,
type: 'product',
meta: {
// Some static values ...
}
},
id2: {
id: 'id2',
quantity: 1,
type: 'product',
meta: {
// Some static values ...
}
},
})