import { Cart } from "./entities/cart.entity"; export interface CartResponse { message: string; cartItem: Cart; }