GitHub

DaffBestSellersReset

Resets the state of the best sellers redux store to its initial state.

import { DaffBestSellersReset } from '@daffodil/product/state'
class DaffBestSellersReset implements Action {
  readonly type: DaffBestSellersActionTypes.BestSellersResetAction
}

Properties

Name Type Description
type DaffBestSellersActionTypes.BestSellersResetAction