Interface CartInitialState

interface CartInitialState {
    items?: CartItemWithMetadata[];
}

Properties

Properties