chore: Fresh openapi spec

This commit is contained in:
2025-04-28 19:50:55 +02:00
parent f2e54490f2
commit 962d1f40b4
15 changed files with 48 additions and 16 deletions

View File

@@ -2,6 +2,5 @@ export type FixedDonation = {
_amount: number;
amount: number;
id: number;
donor: string;
paidAmount: number;
};