DaffCustomerReducerState
The main customer state. Contains info about the current or most recent customer operation.
import { DaffCustomerReducerState } from '@daffodil/customer/state'
interface DaffCustomerReducerState<T extends DaffCustomer = DaffCustomer> {
customer: T
}
Properties
Name | Type | Description |
---|---|---|
customer | T |