interface CartBuildProps {
    initialState: CartInitialState;
}

Properties

Properties

initialState: CartInitialState