UNPKG

379 BTypeScriptView Raw
1import { Goals } from "../Goals";
2import { GoalWithFulfillment } from "../GoalWithFulfillment";
3/**
4 * Goal that should be scheduled for immaterial changes.
5 * Uses a no-op goalExecutor.
6 */
7export declare const Immaterial: GoalWithFulfillment;
8/**
9 * Goals instance for Immaterial changes
10 */
11export declare const ImmaterialGoals: Goals;
12//# sourceMappingURL=Immaterial.d.ts.map
\No newline at end of file