UNPKG

actual-mcp

Version:

Actual Budget MCP server exposing API functionality

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