mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
- Improve transaction form validation with detailed error messages - Add proper type checking for amount and date inputs - Enhance error handling in transactions API - Improve code documentation and organization - Convert TODO comments to proper documentation blocks
2 lines
76 B
TypeScript
2 lines
76 B
TypeScript
/// <reference types="astro/client" />
|
|
/// <reference path="content.d.ts" />
|