import { DAFF_CUSTOMER_PAYMENT_EXTRA_REDUCERS } from '@daffodil/customer-payment/state'
A token to hold the injectable extra reducers.
Prefer using daffCustomerPaymentProvideExtraReducers
.
const DAFF_CUSTOMER_PAYMENT_EXTRA_REDUCERS: InjectionToken<ActionReducer<DaffCustomerPaymentReducersState<DaffCustomerPayment<unknown>>, Action<string>>[]>