@webshop/root - v1.0.0
    Preparing search index...

    Type Alias CartItem

    type CartItem = {
        price: number;
        productId: number;
        quantity: number;
        thumbnail: string;
        title: string;
    }
    Index

    Properties

    price: number
    productId: number
    quantity: number
    thumbnail: string
    title: string