GitHub

DaffCustomerLoadSuccess

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

Indicates a successful load of the currently logged-in customer.

class DaffCustomerLoadSuccess<<T extends DaffCustomer = DaffCustomer>>  implements Action {
  readonly type: DaffCustomerActionTypes.CustomerLoadSuccessAction = DaffCustomerActionTypes.CustomerLoadSuccessAction
  payload: T
}