import { daffCustomerAddressReducer } from '@daffodil/customer/state'
The reducer for the customer page state, see DaffCustomerAddressReducerState.
function daffCustomerAddressReducer<T extends DaffCustomerAddress = DaffCustomerAddress>(
state: DaffOperationState = daffCustomerAddressInitialState
action: DaffCustomerAddressActions<T>
): DaffCustomerAddressReducerState
| Parameter | state: DaffOperationState |
|---|---|
| Default | daffCustomerAddressInitialState |
| Description |
| Parameter | action: DaffCustomerAddressActions<T> |
|---|---|
| Description |