UNPKG

actual-mcp

Version:

Actual Budget MCP server exposing API functionality

4 lines 371 B
import type { Account, Transaction } from '../../core/types/domain.js'; export declare function fetchTransactionsForAccount(accountId: string, start: string, end: string): Promise<Transaction[]>; export declare function fetchAllOnBudgetTransactions(accounts: Account[], start: string, end: string): Promise<Transaction[]>; //# sourceMappingURL=fetch-transactions.d.ts.map