import { DaffCustomerChangeEmailSuccess } from '@daffodil/customer/state'
Indicates a successful email change of the currently logged-in customer.
class DaffCustomerChangeEmailSuccess<<T extends DaffCustomer = DaffCustomer>> implements Action {
readonly type: DaffCustomerActionTypes.CustomerChangeEmailSuccessAction = DaffCustomerActionTypes.CustomerChangeEmailSuccessAction
payload: T
}