DaffCartShippingInformationDeleteSuccess
import { DaffCartShippingInformationDeleteSuccess } from '@daffodil/cart/state'
class DaffCartShippingInformationDeleteSuccess<<T extends DaffCart = DaffCart>> implements DaffCartRetrievalAction<T> {
readonly type: DaffCartShippingInformationActionTypes.CartShippingInformationDeleteSuccessAction
payload: Partial<T>
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartShippingInformationActionTypes.CartShippingInformationDeleteSuccessAction | |
payload | Partial<T> |