Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-26 08:38:47 +00:00
co-authored by renee-png
parent d0ed126cca
commit 3363db9f36
+1 -1
View File
@@ -25,7 +25,7 @@ export const BUCKET_SHORT: Record<Bucket, string> = {
export interface LedgerEntry {
id: string;
collection_id: string;
entry_date: string;
entry_date: string | null;
description: string | null;
account: string | null;
assess: number;