UNPKG

@spartacus/core

Version:

Spartacus - the core framework

11 lines (10 loc) 392 B
import { OrderHistoryList } from '../../../model/order.model'; import { UserActions } from '../actions/index'; /** * @deprecated since 4.2 - use order lib instead */ export declare const initialState: OrderHistoryList; /** * @deprecated since 4.2 - use order lib instead */ export declare function reducer(state: OrderHistoryList, action: UserActions.UserOrdersAction): OrderHistoryList;