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