UNPKG

@spartacus/order

Version:

Order feature library for Spartacus

5 lines (4 loc) 365 B
import { ReplenishmentOrderList } from '@spartacus/core'; import { OrderActions } from '../actions/index'; export declare const initialState: ReplenishmentOrderList; export declare function reducer(state: ReplenishmentOrderList | undefined, action: OrderActions.UserReplenishmentOrdersAction | OrderActions.ReplenishmentOrderDetailsAction): ReplenishmentOrderList;