@baruchiro/actual-mcp
Version:
Actual Budget MCP server exposing API functionality
9 lines • 352 B
TypeScript
import type { Account } from '../../types.js';
import type { MonthBalance } from './balance-calculator.js';
export declare class BalanceHistoryReportGenerator {
generate(account: Account | undefined, period: {
start: string;
end: string;
}, sortedMonths: MonthBalance[]): string;
}
//# sourceMappingURL=report-generator.d.ts.map