GitHub

DaffBestSellersLoadSuccess

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

API

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

Properties

Name Type Description
type DaffBestSellersActionTypes.BestSellersLoadSuccessAction
payload T[]