UNPKG

@baruchiro/actual-mcp

Version:

Actual Budget MCP server exposing API functionality

11 lines 237 B
export interface BalanceHistoryArgs { accountId: string; months?: number; } export interface MonthBalance { year: number; month: number; balance: number; transactions: number; } //# sourceMappingURL=types.d.ts.map