UNPKG

@baruchiro/actual-mcp

Version:

Actual Budget MCP server exposing API functionality

3 lines 159 B
import type { Account } from '../types/domain.js'; export declare function fetchAllAccounts(): Promise<Account[]>; //# sourceMappingURL=fetch-accounts.d.ts.map