import { DaffCustomerPaymentReducersState } from '@daffodil/customer-payment/state'
The feature state for customer.
interface DaffCustomerPaymentReducersState<TPayment extends DaffCustomerPayment = DaffCustomerPayment> {
payment: DaffOperationState
paymentEntities: DaffOperationEntityState<TPayment>
}