import { DaffCustomerLoad } from '@daffodil/customer/state'
Loads the currently logged-in customer.
class DaffCustomerLoad implements Action {
readonly type: DaffCustomerActionTypes.CustomerLoadAction = DaffCustomerActionTypes.CustomerLoadAction
}