UNPKG

@spartacus/core

Version:

Spartacus - the core framework

6 lines (5 loc) 442 B
import { MemoizedSelector } from '@ngrx/store'; import { AnonymousConsent } from '../../../model/consent.model'; import { StateWithAnonymousConsents } from '../anonymous-consents-state'; export declare const getAnonymousConsents: MemoizedSelector<StateWithAnonymousConsents, AnonymousConsent[]>; export declare const getAnonymousConsentByTemplateCode: (templateCode: string) => MemoizedSelector<StateWithAnonymousConsents, AnonymousConsent>;