Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
d0ed126cca
commit
3363db9f36
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user