UNPKG

@spartacus/core

Version:

Spartacus - the core framework

8 lines (7 loc) 432 B
import { ReplenishmentOrderList } from '../../../model/replenishment-order.model'; import { UserActions } from '../actions/index'; export declare const initialState: ReplenishmentOrderList; /** * @deprecated since 4.2 - use order lib instead */ export declare function reducer(state: ReplenishmentOrderList, action: UserActions.UserReplenishmentOrdersAction | UserActions.ReplenishmentOrderDetailsAction): ReplenishmentOrderList;