UNPKG

@spartacus/core

Version:

Spartacus - the core framework

5 lines (4 loc) 315 B
import { InjectionToken } from '@angular/core'; import { Converter } from '../../../util/converter.service'; import { CustomerCouponSearchResult } from '../../../model/customer-coupon.model'; export declare const CUSTOMER_COUPON_SEARCH_RESULT_NORMALIZER: InjectionToken<Converter<any, CustomerCouponSearchResult>>;