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