GitHub

DaffCartStoreCreditClearErrors

import { DaffCartStoreCreditClearErrors } from '@daffodil/cart-store-credit/state'

An action to clear all errors in state.

class DaffCartStoreCreditClearErrors implements Action {
  readonly type: DaffCartStoreCreditActionTypes.StoreCreditClearErrorsAction = DaffCartStoreCreditActionTypes.StoreCreditClearErrorsAction
}