import { DaffCustomerPaymentStateRootSlice } from '@daffodil/customer-payment/state'
The footprint of customer feature state in the root application state.
interface DaffCustomerPaymentStateRootSlice<TPayment extends DaffCustomerPayment = DaffCustomerPayment> {}