fix(dashboard): stabilize budget forecast derivation typing
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user