UNPKG

640 BTypeScriptView Raw
1import { Goals } from "../goal/Goals";
2import { PushListenerInvocation } from "../listener/PushListener";
3import { Mapping } from "./Mapping";
4/**
5 * Constant to indicate we should never match.
6 * @type {any}
7 */
8export declare const DoNotSetAnyGoals: Goals;
9/**
10 * Should be used in additive goal setting when no more goals should be scheduled.
11 */
12export declare const DoNotSetAnyGoalsAndLock: Goals;
13/**
14 * Mapper from push to value, id it can be resolved.
15 * This is a central interface used throughout the SDM.
16 */
17export interface PushMapping<V> extends Mapping<PushListenerInvocation, V> {
18}
19//# sourceMappingURL=PushMapping.d.ts.map
\No newline at end of file