@spartacus/checkout
Version:
Checkout feature library for Spartacus
15 lines (14 loc) • 829 B
TypeScript
import { Actions } from '@ngrx/effects';
import { CartActions } from '@spartacus/core';
import { Observable } from 'rxjs';
import { CheckoutReplenishmentOrderConnector } from '../../connectors/index';
import { CheckoutActions } from '../actions/index';
import * as i0 from "@angular/core";
export declare class ReplenishmentOrderEffects {
private actions$;
private checkoutReplOrderConnector;
scheduleReplenishmentOrder$: Observable<CheckoutActions.ScheduleReplenishmentOrderSuccess | CheckoutActions.ScheduleReplenishmentOrderFail | CartActions.RemoveCart>;
constructor(actions$: Actions, checkoutReplOrderConnector: CheckoutReplenishmentOrderConnector);
static ɵfac: i0.ɵɵFactoryDeclaration<ReplenishmentOrderEffects, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ReplenishmentOrderEffects>;
}