UNPKG

actual-mcp

Version:

Actual Budget MCP server exposing API functionality

5 lines 239 B
import type { Transaction } from '../../core/types/domain.js'; export declare class GetTransactionsDataFetcher { fetch(accountId: string, start: string, end: string): Promise<Transaction[]>; } //# sourceMappingURL=data-fetcher.d.ts.map