import { DaffCustomerAddressLoad } from '@daffodil/customer/state'
Loads an address of the current customer.
class DaffCustomerAddressLoad implements Action {
readonly type: DaffCustomerAddressActionTypes.AddressLoadAction = DaffCustomerAddressActionTypes.AddressLoadAction
addressId: string
}