UNPKG

actual-mcp

Version:

Actual Budget MCP server exposing API functionality

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