GitHub

DaffCustomerAddressDeleteSuccess

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

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

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