DaffCustomerActions
A union of the customer action types.
import { DaffCustomerActions } from '@daffodil/customer/state'
type DaffCustomerActions<T extends DaffCustomer = DaffCustomer> = DaffCustomerLoad | DaffCustomerLoadSuccess<T> | DaffCustomerLoadFailure | DaffCustomerUpdate | DaffCustomerUpdateSuccess<T> | DaffCustomerUpdateFailure | DaffCustomerChangeEmail | DaffCustomerChangeEmailSuccess<T> | DaffCustomerChangeEmailFailure | DaffCustomerChangePassword | DaffCustomerChangePasswordSuccess | DaffCustomerChangePasswordFailure | DaffCustomerClearErrors