GitHub

DaffCustomerAddressAddSuccess

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

Indicates a successful addition of one of the currently logged-in customer's addresses.

class DaffCustomerAddressAddSuccess<<T extends DaffCustomerAddress = DaffCustomerAddress>>  implements Action {
  readonly type: DaffCustomerAddressActionTypes.AddressAddSuccessAction = DaffCustomerAddressActionTypes.AddressAddSuccessAction
  payload: T[]
}