import { DaffUpsellProductStateRootSlice } from '@daffodil/upsell-products/state'
The footprint of the upsell product feature in the root state.
interface DaffUpsellProductStateRootSlice<T extends DaffProduct = DaffProduct> {}