import { DaffCartStoreCreditRemove } from '@daffodil/cart-store-credit/state'
Loads the store credit of the current cart.
class DaffCartStoreCreditRemove implements Action {
readonly type: DaffCartStoreCreditActionTypes.StoreCreditRemoveAction = DaffCartStoreCreditActionTypes.StoreCreditRemoveAction
}