import { DaffBestSellersReset } from '@daffodil/product/state'
Resets the state of the best sellers redux store to its initial state.
class DaffBestSellersReset implements Action {
readonly type: DaffBestSellersActionTypes.BestSellersResetAction = DaffBestSellersActionTypes.BestSellersResetAction
}