import { DaffCartShippingInformationDelete } from '@daffodil/cart/state'
Triggers the deletion of the cart's shipping information.
class DaffCartShippingInformationDelete implements Action {
readonly type: DaffCartShippingInformationActionTypes.CartShippingInformationDeleteAction = DaffCartShippingInformationActionTypes.CartShippingInformationDeleteAction
id: string
}