fix(dashboard): stabilize budget forecast derivation typing

This commit is contained in:
2026-03-31 22:11:39 +02:00
parent 459ab6911b
commit 1a90f4b930
4 changed files with 220 additions and 8 deletions
@@ -12,6 +12,7 @@ export {
export {
getDashboardTopValueResources,
type GetDashboardTopValueResourcesInput,
type DashboardTopValueResourceRow,
} from "./get-top-value-resources.js";
export {
@@ -31,6 +32,7 @@ export {
export {
getDashboardBudgetForecast,
type BudgetForecastDerivationSummary,
type BudgetForecastRow,
type BudgetForecastLocationSummary,
} from "./get-budget-forecast.js";