Ausgaben und Spenden bearbeitbar machen
All checks were successful
CI / Build and Deploy (push) Successful in 2m44s

This commit is contained in:
jan
2026-05-12 00:47:07 +02:00
parent c738b35d06
commit a527a840ee
6 changed files with 881 additions and 80 deletions

View File

@@ -93,6 +93,9 @@ export type DashboardDonation = {
donatedAt: string;
periodId: string;
expenseId: string | null;
workingGroupId: string | null;
workingGroupName: string | null;
expenseTitle: string | null;
createdAt: string;
creator: {
id: string;