UNPKG

ledgerline

Version:

A modern interactive CLI to track expenses, stored locally in JSON.

10 lines (9 loc) 169 B
export interface Expense { id: string; amount: number; currency: string; category: string; date: string; note?: string; createdAt: string; }