GitHub

DaffCustomerUpdate

import { DaffCustomerUpdate } from '@daffodil/customer/state'

Updates the currently logged-in customer.

class DaffCustomerUpdate<<T extends DaffCustomer = DaffCustomer>>  implements Action {
  readonly type: DaffCustomerActionTypes.CustomerUpdateAction = DaffCustomerActionTypes.CustomerUpdateAction
  customer: Partial<T>
}