import Cart from './Cart'; export default interface CartResponse { /** * Cart data */ cart?: Cart; }