Foundations for the budget automations UI #13446
Annotations
8 errors
typecheck:
packages/desktop-client/src/components/budget/goals/reducer.ts#L32
Type 'ByTemplate | SpendTemplate' is not assignable to type 'ScheduleTemplate | PercentageTemplate | WeekTemplate | SimpleTemplate | AverageTemplate | CopyTemplate'.
|
typecheck:
packages/desktop-client/src/components/budget/goals/reducer.ts#L33
Type '"goal"' is not assignable to type '"schedule" | "week" | "percentage" | "simple" | "historical"'.
|
typecheck:
packages/desktop-client/src/components/budget/goals/reducer.ts#L124
Type '"goal"' is not comparable to type '"schedule" | "week" | "percentage" | "simple" | "historical"'.
|
typecheck:
packages/desktop-client/src/components/budget/goals/reducer.ts#L126
This comparison appears to be unintentional because the types '"schedule" | "week" | "percentage" | "simple" | "average" | "copy"' and '"spend"' have no overlap.
|
typecheck:
packages/desktop-client/src/components/budget/goals/reducer.ts#L127
This comparison appears to be unintentional because the types '"schedule" | "week" | "percentage" | "simple" | "average" | "copy"' and '"by"' have no overlap.
|
typecheck:
packages/desktop-client/src/components/budget/goals/reducer.ts#L135
Type '"spend"' is not assignable to type '"schedule" | "week" | "percentage" | "simple" | "average" | "copy"'.
|
|
typecheck
Process completed with exit code 2.
|