UNPKG

@spartacus/core

Version:

Spartacus - the core framework

5 lines (4 loc) 350 B
import * as fromActions from '../actions/customer-coupon.action'; import { CustomerCouponSearchResult } from '../../../model/customer-coupon.model'; export declare const initialState: CustomerCouponSearchResult; export declare function reducer(state: CustomerCouponSearchResult, action: fromActions.CustomerCouponAction): CustomerCouponSearchResult;