import { DaffProductGridReset } from '@daffodil/product/state'
Resets the state of the product grid redux store to its initial state.
class DaffProductGridReset implements Action {
readonly type: DaffProductGridActionTypes.ProductGridResetAction = DaffProductGridActionTypes.ProductGridResetAction
}