import { DaffCustomerStoreCreditReducerState } from '@daffodil/customer-store-credit/state'
The customer store credit state.
interface DaffCustomerStoreCreditReducerState<TStoreCredit extends DaffCustomerStoreCredit = DaffCustomerStoreCredit> {
storeCredit: TStoreCredit
}