UNPKG

340 BTypeScriptView Raw
1import { PushListenerInvocation } from "../listener/PushListener";
2import { SdmGoalMessage } from "./SdmGoalMessage";
3/**
4 * Enrich provided goal before it gets persisted and planned
5 */
6export declare type EnrichGoal = (goal: SdmGoalMessage, pli: PushListenerInvocation) => Promise<SdmGoalMessage>;
7//# sourceMappingURL=enrichGoal.d.ts.map
\No newline at end of file