import { DaffCartStoreCreditRemoveSuccess } from '@daffodil/cart-store-credit/state'
Indicates a successful apply of the cart's store credit.
class DaffCartStoreCreditRemoveSuccess<<T extends DaffCartWithStoreCredit = DaffCartWithStoreCredit>> implements Action {
readonly type: DaffCartStoreCreditActionTypes.StoreCreditRemoveSuccessAction = DaffCartStoreCreditActionTypes.StoreCreditRemoveSuccessAction
payload: T
}