@webshop/root - v1.0.0
    Preparing search index...
    type PaymentCartItem = {
        amount: number;
        price: number;
        sku: string;
        title: string;
    }
    Index

    Properties

    Properties

    amount: number
    price: number
    sku: string
    title: string