DaffBestSellersLoadSuccess
An action called when a request for best selling products succeeded.
import { DaffBestSellersLoadSuccess } from '@daffodil/product/state'
class DaffBestSellersLoadSuccess<<T extends DaffProduct = DaffProduct>> implements Action {
readonly type: DaffBestSellersActionTypes.BestSellersLoadSuccessAction
payload: T[]
}
Properties
Name | Type | Description |
---|---|---|
type | DaffBestSellersActionTypes.BestSellersLoadSuccessAction | |
payload | T[] |