import { DaffUpsellProductsFacade } from '@daffodil/upsell-products/state'
@Injectable()
class DaffUpsellProductsFacade<<T extends DaffProduct = DaffProduct>>  implements DaffUpsellProductsFacadeInterface<T> {
  upsellProducts$: Observable<T[]>
  dispatch(action: Action<string>): void
}
Observable| Default | – | 
|---|---|
| Description | A list of upsell products of the current product. | 
void| Parameter | action: Action | 
|---|---|
| Description |