UNPKG

@spartacus/core

Version:

Spartacus - the core framework

5 lines (4 loc) 339 B
import { UserActions } from '../actions/index'; import { ProductInterestSearchResult } from '../../../model/product-interest.model'; export declare const initialState: ProductInterestSearchResult; export declare function reducer(state: ProductInterestSearchResult, action: UserActions.ProductInterestsAction): ProductInterestSearchResult;