chore: update openapi.json

This commit is contained in:
2025-05-01 16:12:05 +02:00
parent a595166b9d
commit 93e30efd8a
2 changed files with 9 additions and 0 deletions

4
dist/models/CreateDonation.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
export type CreateDonation = {
donor?: number;
paidAmount?: number;
};

5
dist/models/CreateDonation.js vendored Normal file
View File

@@ -0,0 +1,5 @@
"use strict";
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });