import { DaffCustomerAddressListSuccess } from '@daffodil/customer/state'
Indicates a successful listing of customer addresses.
class DaffCustomerAddressListSuccess<<T extends DaffCustomerAddress = DaffCustomerAddress>> implements Action {
readonly type: DaffCustomerAddressActionTypes.AddressListSuccessAction = DaffCustomerAddressActionTypes.AddressListSuccessAction
payload: T[]
}