GitHub

DaffCustomerLoad

Loads the currently logged-in customer.

import { DaffCustomerLoad } from '@daffodil/customer/state'
class DaffCustomerLoad implements Action {
  readonly type: DaffCustomerActionTypes.CustomerLoadAction
}

Properties

Name Type Description
type DaffCustomerActionTypes.CustomerLoadAction