import { DaffCustomerStoreCreditStateRootSlice } from '@daffodil/customer-store-credit/state'
The footprint of customer store credit feature state in the root application state.
interface DaffCustomerStoreCreditStateRootSlice<TStoreCredit extends DaffCustomerStoreCredit = DaffCustomerStoreCredit> {}