GitHub

DaffBestSellersLoadSuccess

import { DaffBestSellersLoadSuccess } from '@daffodil/product/state'

An action called when a request for best selling products succeeded.

class DaffBestSellersLoadSuccess<<T extends DaffProduct = DaffProduct>>  implements Action {
  readonly type: DaffBestSellersActionTypes.BestSellersLoadSuccessAction = DaffBestSellersActionTypes.BestSellersLoadSuccessAction
  payload: T[]
}