import { daffCustomerStoreCreditReducer } from '@daffodil/customer-store-credit/state'
The reducer for the customer store credit page state, see DaffCustomerStoreCreditReducerState
.
const daffCustomerStoreCreditReducer: <T extends DaffCustomerStoreCredit = DaffCustomerStoreCredit>(state: DaffCustomerStoreCreditReducerState<DaffCustomerStoreCredit>, action: DaffCustomerStoreCreditActions<...>) => DaffCustomerStoreCreditReducerState<...>