import { DaffCustomerStateRootSlice } from '@daffodil/customer/state'
The footprint of customer feature state in the root application state.
interface DaffCustomerStateRootSlice<TCustomer extends DaffCustomer = DaffCustomer, TAddress extends DaffCustomerAddress = DaffCustomerAddress> {}