DaffCustomerSelectors
Selectors for the main part of customer state.
import { DaffCustomerSelectors } from '@daffodil/customer/state'
interface DaffCustomerSelectors<T extends DaffCustomer = DaffCustomer> {
selectCustomer: MemoizedSelector<DaffCustomerStateRootSlice<T>, T>
}
Properties
Name | Type | Description |
---|---|---|
selectCustomer | MemoizedSelector<DaffCustomerStateRootSlice<T>, T> | Selects the customer. |