import { DaffBestSellersLoad } from '@daffodil/product/state'
Triggers a request for best selling products.
class DaffBestSellersLoad implements Action {
readonly type: DaffBestSellersActionTypes.BestSellersLoadAction = DaffBestSellersActionTypes.BestSellersLoadAction
}