GitHub

daffCustomerAddressReducer

The reducer for the customer page state, see DaffCustomerAddressReducerState.

import { daffCustomerAddressReducer } from '@daffodil/customer/state'
const daffCustomerAddressReducer: <T extends DaffCustomerAddress = DaffCustomerAddress>(state: DaffOperationState, action: DaffCustomerAddressActions<T>) => DaffOperationState