interface CartInitialState {
    items?: CartItemWithMetadata[];
}

Properties

Properties

items?: CartItemWithMetadata[]