chore: update openapi.json
This commit is contained in:
4
dist/models/CreateDonation.d.ts
vendored
Normal file
4
dist/models/CreateDonation.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
export type CreateDonation = {
|
||||||
|
donor?: number;
|
||||||
|
paidAmount?: number;
|
||||||
|
};
|
||||||
5
dist/models/CreateDonation.js
vendored
Normal file
5
dist/models/CreateDonation.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
"use strict";
|
||||||
|
/* istanbul ignore file */
|
||||||
|
/* tslint:disable */
|
||||||
|
/* eslint-disable */
|
||||||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
Reference in New Issue
Block a user